Page not found (404)

Request Method: GET
Request URL: http://localhost/novosty/?category=%D0%9C%D0%BE%D0%B6%D0%BD%D0%BE+%D1%81+%D0%B4%D0%B5%D1%82%D1%8C%D0%BC%D0%B8

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, novosty/, 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.