Page not found (404)

Request Method: GET
Request URL: https://faina-vishivanka.com/item/bluza-zhinocha-yasmina-lon-sinij/
Raised by: project.views.item

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

  1. [name='index']
  2. api/
  3. categories/ [name='categories']
  4. category/<slug>/ [name='item_category']
  5. item/<slug>/ [name='item']

The current path, item/bluza-zhinocha-yasmina-lon-sinij/, 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.