Page not found (404)

Request Method: GET
Request URL: https://deckterrace.ru/%D0%BA%D0%B0%D1%82%D0%B0%D0%BB%D0%BE%D0%B3_%D1%82%D0%B4.html

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

  1. [name='home']
  2. bboard/ [name='catalog']
  3. bboard/<int:id>/ [name='detail']
  4. proiz/<int:id>/ [name='proiz']
  5. rubric/<int:id>/ [name='rubric']
  6. success/ [name='success_page']
  7. galary [name='galary']
  8. montage [name='montage']
  9. about [name='about']
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$
  12. captcha/
  13. admin/

The current path, каталог_тд.html, 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.