Page not found (404)

Не найден ни один Категория, соответствующий запросу
Request Method: GET
Request URL: https://specgarant35.ru/catalog/salfetkigubki-salfetki-triapki/
Raised by: apps.catalog.views.CategoryDetailView

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']

The current path, catalog/salfetkigubki-salfetki-triapki/, 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.