Page not found (404)

Request Method: GET
Request URL: https://newlinkcollege.com/video/list/index.html

Using the URLconf defined in newlinkcollege.urls, Django tried these URL patterns, in this order:

  1. ^media/(?P<path>.+)$
  2. summernote/
  3. upload_image/
  4. tinymce/
  5. ncollege/
  6. lang/(?P<langid>\d+)/ [name='lang']
  7. agreement/ [name='agreement']
  8. privacy/ [name='privacy']
  9. [name='index']
  10. contact/ [name='contact']
  11. about/(?P<serviceid>\d+)/ [name='about']
  12. course/
  13. userinfo/
  14. cart/
  15. video/ list/ [name='list']
  16. video/ detail/(?P<vid>\d+)/ [name='detail']
  17. video/ vlist/ [name='vlist']
  18. video/ video/(?P<vid>\d+)/ [name='video']
  19. events/
  20. ^media/(?P<path>.*)$

The current path, video/list/index.html, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.