Page not found (404)

Request Method: GET
Request URL: https://ind-lavka.ru/products/shampun-trichup-healthy-long-strong-200-ml-trichup

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']
  12. email-seller/ [name='email_save']
  13. search/ [name='search']
  14. ^media\/(?P<path>.*)$

The current path, products/shampun-trichup-healthy-long-strong-200-ml-trichup, didn’t match any of these.

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.