Page not found (404)

Request Method: GET
Request URL: http://grinvich.com/products/sandali0c6/
Raised by: shops.views.ProductView

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

  1. testimage/ [name='test_image']
  2. admin/looks/<int:pk>/update/ [name='admin_look_update']
  3. admin/look-list/$
  4. admin/looks/create/ [name='admin_look_create']
  5. admin/products/<int:pk>/update/ [name='admin_product_update']
  6. admin/products/create/ [name='admin_product_create']
  7. admin/product-list/
  8. admin/instance/ [name='create_instance']
  9. admin/
  10. ckeditor/
  11. new/ [name='home_new']
  12. search/ [name='search']
  13. looks-<slug:slug>/ [name='category']
  14. products/<slug:slug>/ [name='product']

The current path, products/sandali0c6/, 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.