Page not found (404)

Request Method: GET
Request URL: https://thermoblock03.ru/katalog

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

  1. admin/
  2. robots.txt
  3. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  4. [name='index']
  5. feedback
  6. instructions/
  7. house_projects/
  8. products/
  9. ^media/(?P<path>.*)$

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