Page not found (404)

Request Method: GET
Request URL: https://tonbox74.ru/bronirovka/

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

  1. admin/
  2. [name='index']
  3. robots.txt [name='seo_robots']
  4. works/
  5. alarm_installation/
  6. toning/
  7. armor/
  8. ajax/
  9. ^uploads\/(?P<path>.*)$

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