Page not found (404)

Request Method: GET
Request URL: https://epnm.ir/winter1401/

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

  1. [name='index']
  2. about/ [name='about']
  3. spring1402/ [name='spring1402']
  4. season/ [name='season']
  5. resid/ [name='resid']
  6. marks/ [name='marks']
  7. datatable/ [name='datatable']
  8. booklets/ [name='booklets']
  9. admin/
  10. cart/
  11. schedules/
  12. checkout/
  13. pay/
  14. ^static\/(?P<path>.*)$
  15. ^media\/(?P<path>.*)$

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