Page not found (404)

Aucun objet Product trouvé en réponse à la requête
Request Method: GET
Request URL: https://tablacasa.com/product-detail/furtif-2/
Raised by: apps.website.views.ProductDetailView

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

  1. admin/
  2. auth/api/v1/
  3. warehouse/api/v1/
  4. sales-operation/api/v1/
  5. profile/api/v1/
  6. export/api/v1/
  7. analytics/api/v1/
  8. [name='index']
  9. product/ [name='product']
  10. product-detail/<slug>/ [name='product-detail']

The current path, product-detail/furtif-2/, 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.