Page not found (404)

Request Method: GET
Request URL: http://bebaz.ir/interpretation-dream-snow/

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

  1. admin/
  2. [name='index']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. dashboard/ [name='dashboard']
  6. fields/ [name='set_fields']
  7. upload_page/ [name='upload_page']
  8. upload_assignment/ [name='upload_assignment']
  9. add_team/ [name='add_team']
  10. upload_team_assgn/ [name='upload_team_assgn']
  11. pvs [name='pvs']
  12. request/ [name='request']
  13. verify/ [name='verify']

The current path, interpretation-dream-snow/, 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.