Page not found (404)

Request Method: GET
Request URL: http://localhost/zanyatiya-gzhatskaya/category/%25D0%25A0%25D0%25B5%25D0%25B4%25D0%25B6%25D0%25B8%25D0%25BE-%25D0%25BF%25D0%25BE%25D0%25B4%25D1%2585%25D0%25BE%25D0%25B4

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

  1. admin/
  2. [name='index']
  3. schedule/ [name='schedule']
  4. reviews/ [name='reviews']
  5. school/ [name='school']
  6. affiliates/ [name='affiliates']
  7. meeting/ [name='meeting']
  8. politika-konfidentsialnosti/ [name='politika_konfidentsialnosti']
  9. excursion/ [name='excursion']
  10. callback_form/ [name='callback_form']
  11. sign-up-tour/ [name='sign_up_tour']
  12. child-profile/ [name='child_profile']
  13. parent-profile/ [name='parent_profile']
  14. payments/ [name='payments']
  15. blog/
  16. token/
  17. profile/
  18. tinymce/
  19. ^nest_project/media/(?P<path>.*)$
  20. ^nest_project/static/(?P<path>.*)$

The current path, zanyatiya-gzhatskaya/category/%D0%A0%D0%B5%D0%B4%D0%B6%D0%B8%D0%BE-%D0%BF%D0%BE%D0%B4%D1%85%D0%BE%D0%B4, 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.