Page not found (404)

Request Method: GET
Request URL: https://www.tablacasa.com/product/hola-3/

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']
  11. contact/ [name='contact']
  12. catalogue/ [name='catalogue']
  13. translation/
  14. api/schema/ [name='schema']
  15. api/schema/swagger-ui/ [name='swagger-ui']
  16. api/schema/redoc/ [name='redoc']
  17. api-auth/
  18. 404/ [name='404']
  19. 500/ [name='500']
  20. __debug__/

The current path, product/hola-3/, 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.