Page not found (404)

Request Method: GET
Request URL: http://localhost/reggio-sad-gzhatskaya/?author=5540ddb5e4b0df9a995e2666

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, reggio-sad-gzhatskaya/, 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.