Page not found (404)

Не найден ни один Каталог, соответствующий запросу
Request Method: GET
Request URL: https://art-cher.ru/page/fartyki-skaterti
Raised by: content.views.CatalogPageView

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

  1. page/shirok-print
  2. page/ploternaya-rezka
  3. page/tablichki-viveski
  4. page/napolnie-stikeri
  5. page/interior-print
  6. page/politika
  7. page/flag_mah_rukah
  8. page/flagi-stran-mira
  9. page/ulichnye
  10. page/vimpel
  11. page/rkuzki
  12. page/suviniri
  13. page/imennye-shevroni
  14. page/nashivki-na-lipuchke
  15. page/bajkerskie-nashivki
  16. page/mobile-stand
  17. akcii
  18. admin/
  19. robots.txt
  20. sitemap.xml
  21. yandex_0ddd5e8fd179431f.html
  22. [name='home']
  23. page/<str:slug> [name='catalog_page']

The current path, page/fartyki-skaterti, matched the last one.

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.