Page not found (404)

Request Method: GET
Request URL: http://www.gioielleriacometa.it/catalogo/orologi/armani-exchange

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

  1. admin/
  2. [name='homepage']
  3. catalogo/ [name='catalogo']
  4. catalogo/<slug:slug> [name='tipologia']
  5. catalogo/gioielli/<slug:slug> [name='categoria']
  6. catalogo/marchi/<slug:slug> [name='marchio']
  7. catalogo/prodotto/<slug:slug> [name='dettaglio']
  8. chi-siamo/ [name='chi-siamo']
  9. contatti/ [name='contatti']
  10. privacy/ [name='privacy']
  11. termini-e-condizioni/ [name='termini-e-condizioni']
  12. ^static\/(?P<path>.*)$
  13. ^media\/(?P<path>.*)$

The current path, catalogo/orologi/armani-exchange, 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.