Page not found (404)

Request Method: GET
Request URL: http://localhost/blog/category/%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5

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/ [name='blog']
  16. blog/ <slug:slug>/ [name='blog_detail']
  17. token/
  18. profile/
  19. tinymce/
  20. ^nest_project/media/(?P<path>.*)$
  21. ^nest_project/static/(?P<path>.*)$

The current path, blog/category/обучение, 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.