Page not found (404)

Request Method: GET
Request URL: http://www.ctsafe.it/prodotto/dispositivi-tipo-a-24

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

  1. ^$ [name='home']
  2. ^page/(?P<post_slug>[-\w]+)$ [name='page']
  3. ^sitemap/$ [name='sitemap-html']
  4. ^servizi/(?P<post_slug>[-\w]+)$ [name='servizi-detail']
  5. ^servizi/(?P<post_categoria>[-\w]+)/(?P<post_slug>[-\w]+)$ [name='servizi-detail-ok']
  6. ^linee/(?P<post_slug>[-\w]+)$ [name='linee-detail']
  7. ^antinfortunistica-prodotti/(?P<post_slug>[-\w]+)$ [name='anti-prodotti']
  8. ^corsi/$ [name='corsi-list']
  9. ^corsi-filter/$ [name='corsi-filter']
  10. ^corso/(?P<post_slug>[-\w]+)$ [name='corso']
  11. ^richiedi-pdf-download/$ [name='richiedi-pdf-download']
  12. ^download-pdf-corsi/$ [name='get-pdf-corsi']
  13. ^iscrizione/$ [name='iscrizione']
  14. ^iscrizione-send/$ [name='iscrizione-send']
  15. ^news/$ [name='news']
  16. ^news/(?P<post_slug>[-\w]+)$ [name='news-detail']
  17. ^collabora-con-noi/$ [name='offerte-lavoro']
  18. ^collabora-con-noi-detail/(?P<post_slug>[-\w]+)$ [name='offerta-lavoro']
  19. ^candidatura-send/$ [name='send-candidatura']
  20. ^contatti/$ [name='contatti']
  21. ^contatti-send/$ [name='send-contatti']
  22. ^iscrizione-sphera/$ [name='iscrizione-sphera']
  23. ^contatti-sphera-send/$ [name='send-contatti-iscrizione-sphera']
  24. robots.txt
  25. ^admin/
  26. ^tinymce/
  27. ^media/(?P<path>.*)$

The current URL, prodotto/dispositivi-tipo-a-24, 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.