Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://ind-lavka.ru/catalog/kovriki-dlya-iogi/?sorting=price%3Adesc
Raised by: shop.views.CatalogView

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

  1. admin/
  2. cart/
  3. favorites/
  4. orders/
  5. contacts/
  6. [name='index']
  7. catalog/ [name='catalog']
  8. delivery/ [name='delivery']
  9. catalog/<str:category_slug>/ [name='product_list_by_category']

The current path, catalog/kovriki-dlya-iogi/, 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.