Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: https://ind-lavka.ru/product/zubnaya-pasta-dabur-miswak-gold-12050-gr/
Raised by: shop.views.ProductView

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']
  10. json-filter/ [name='json_filter']
  11. product/<str:slug>/ [name='product_detail']

The current path, product/zubnaya-pasta-dabur-miswak-gold-12050-gr/, 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.