Page not found (404)

Request Method: GET
Request URL: https://wmoeavellamunda.com/index.php/the-school/

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

  1. admin/
  2. [name='index']
  3. facilities/ [name='facilities']
  4. about/ [name='about']
  5. course_details/ [name='course_details']
  6. form/ [name='form']
  7. social_media/ [name='social_media']
  8. certificates/ [name='certificates']
  9. career/ [name='career']
  10. gallery/ [name='gallery']
  11. contact/ [name='contact']
  12. information/ [name='information']
  13. certificate/<int:id>/ [name='certificate']
  14. pdf/<int:object>/ [name='certificate']
  15. admission/ [name='form']
  16. admission/admission [name='form']
  17. enquiry/ [name='contact']
  18. contact/enquiry [name='contact']
  19. addCareer/ [name='career']
  20. addCareer/addCareer [name='career']
  21. ^images/(?P<path>.*)$

The current path, index.php/the-school/, 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.