Page not found (404)

Request Method: GET
Request URL: https://manasacademy.in/2018/10/

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

  1. corecode/ [name='IndexView']
  2. [name='wb_index']
  3. about/ [name='wb_about']
  4. academics/ [name='wb_academics']
  5. admission/ [name='wb_admission']
  6. contact/ [name='wb_contact']
  7. facilities/ [name='wb_facilities']
  8. faculties/ [name='wb_faculties']
  9. admin/clearcache/
  10. admin/
  11. accounts/
  12. corecode/
  13. student/
  14. staff/
  15. finance/
  16. result/
  17. ^media/(?P<path>.*)$

The current path, 2018/10/, 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.