Page not found (404)

Request Method: GET
Request URL: https://love-perfume.ru/brands/lanvin/

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

  1. admin/
  2. home/
  3. admin_le/
  4. admin_le/<str:action>/
  5. category/<str:c>/
  6. product/<str:p>/
  7. worker/<str:action>/
  8. cart/
  9. checkout/
  10. order/<str:order_id>/
  11. account/
  12. login/
  13. logout/
  14. mail/
  15. about/
  16. order_outer/<str:order_id_outer>/<str:action>/
  17. test/
  18. ^static/(?P<path>.*)$

The current path, brands/lanvin/, 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.