Page not found (404)

Request Method: GET
Request URL: https://hoztkani.ru/rekvizity/

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

  1. ^media/(?P<path>.*)$
  2. ^media\/static\/(?P<path>.*)$
  3. ^admin/doc/
  4. ^admin/
  5. ^robots\.txt$
  6. ^redactor/
  7. ^sitemap\.xml$
  8. ^shop/
  9. ^ajax/$ [name='ajax']
  10. ^ ^poleznoe/obj/(?P<slug>.*)/$ [name='news_detail']
  11. ^ ^poleznoe/articles/$ [name='articles']
  12. ^ ^poleznoe/news/$ [name='news']
  13. ^ ^katalog/(?P<category>.*)/product/(?P<slug>.*)/$ [name='product_detail']
  14. ^ ^katalog/search/result/$ [name='search']
  15. ^ ^katalog/(?P<slug>.*)/$ [name='category_detail']
  16. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  17. ^ ^$ [name='pages-root']

The current URL, rekvizity/, 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.