Page not found (404)

Request Method: GET
Request URL: http://ves-norma.ru/banya

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

  1. admin/
  2. login/ [name='login']
  3. register/ [name='register']
  4. logout/ [name='logout']
  5. [name='ves_v_norme_redirect']
  6. bot [name='home']
  7. update_post_is_sent [name='update_post_is_sent']
  8. user_profile_update/<int:pk> [name='user update view']
  9. user_profile/<int:pk> [name='user profile']
  10. chats [name='Chat list view']
  11. chat_create [name='Chat create view']
  12. chat_update/<int:pk> [name='Chat update view']
  13. chat_delete/<int:pk> [name='Chat delete view']
  14. posts [name='Post list view']
  15. post_create [name='Post create view']
  16. post_update/<int:pk> [name='Post update view']
  17. post_delete/<int:pk> [name='Post delete view']
  18. polls [name='Poll list view']
  19. poll_create [name='Poll create view']
  20. poll_update/<int:pk> [name='Poll update view']
  21. poll_delete/<int:pk> [name='Poll delete view']
  22. bot_update/<int:pk> [name='Bot update view']
  23. ^media/(?P<path>.*)$
  24. ^main/staticfiles/(?P<path>.*)$
  25. users/

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