Page not found (404)

Не найден ни один Товар, соответствующий запросу
Request Method: GET
Request URL: https://specgarant35.ru/catalog/bumazhnye-polotentsa-miagkii-znakbumazhnaia-produktsiia-miagkii-znak-kleo/polotentsa-bum-mr-big-extra-1-5-2-sl-1-rul-vl-12c221/
Raised by: apps.catalog.views.ProductDetailView

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

  1. admin/
  2. __debug__/
  3. streamfield/
  4. ckeditor/
  5. catalog/ [name='catalog']
  6. catalog/ set/<slug>/ [name='set']
  7. catalog/ brands/ [name='brands']
  8. catalog/ brands/<slug>/ [name='brand_detail']
  9. catalog/ search/ [name='search']
  10. catalog/ <slug>/ [name='category']
  11. catalog/ <category_slug>/<slug>/ [name='product']

The current path, catalog/bumazhnye-polotentsa-miagkii-znakbumazhnaia-produktsiia-miagkii-znak-kleo/polotentsa-bum-mr-big-extra-1-5-2-sl-1-rul-vl-12c221/, 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.