Page not found (404)

Request Method: GET
Request URL: http://vcealigarh.in/faculty.html

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

  1. admin/
  2. core
  3. ckeditor/
  4. captcha/
  5. [name='home2']
  6. pages/<str:title> [name='ipages2']
  7. contact2 [name='contact2']
  8. eform [name='eform2']
  9. gform [name='gform2']
  10. event [name='event2']
  11. courses/<str:name> [name='course_pages2']
  12. noticeboard/ [name='noticeboard2']
  13. feedbackform [name='feedbackform2']
  14. facilities [name='facilities']
  15. gallery [name='gallery2']
  16. gallery_d/<str:title> [name='gallery_d2']
  17. ^media/(?P<path>.*)$
  18. ^media/(?P<path>.*)$

The current path, faculty.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.