Page not found (404)

Request Method: GET
Request URL: https://msbmumbai.in/news_glory_to_school.htm

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. discover/<int:id>/ [name='discover']
  5. news/<int:id>/ [name='news']
  6. event/<int:id>/ [name='event']
  7. events/ [name='events']
  8. gallery/ [name='gallery']
  9. contact/ [name='contact']
  10. page/<int:id>/ [name='page']
  11. achievement/<int:id>/ [name='achievement']
  12. achievements/ [name='achievements']
  13. summernote/
  14. forms/
  15. tracking/
  16. ^media/(?P<path>.*)$

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