Page not found (404)

Request Method: GET
Request URL: http://vcpaligarh.in/good-placements.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='home1']
  6. pages/<str:title> [name='ipages1']
  7. pages/print1/<str:title> [name='print_pages1']
  8. contact1 [name='contact1']
  9. courses/<str:name> [name='course_pages1']
  10. eform1 [name='eform1']
  11. gform1 [name='gform1']
  12. event [name='event1']
  13. noticeboard/ [name='noticeboard1']
  14. feedbackform [name='feedbackformedu']
  15. gallery [name='gallery1']
  16. discipline [name='discipline']
  17. library [name='library']
  18. gallery_d/<str:title> [name='gallery_d1']
  19. aluminiform1/ [name='aluminiform1']
  20. ^media/(?P<path>.*)$
  21. ^media/(?P<path>.*)$

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