Page not found (404)

Request Method: GET
Request URL: http://stucchiluce.it/contact/info@stucchiluce.it

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^chisiamo/$ [name='chisiamo']
  4. ^offerte/$ [name='offerte']
  5. ^offerte/(?P<post_id>\d+)/$ [name='offerta']
  6. ^offerte/categoria/(?P<post_id>\d+)/$ [name='offerte_filter']
  7. ^prodotti/$ [name='prodotti']
  8. ^prodotti/categoria/(?P<post_id>\d+)/$ [name='prodotti_filter']
  9. ^realizzazioni/$ [name='realizzazioni']
  10. ^realizzazioni/categoria/(?P<post_id>\d+)/$ [name='realizzazioni_filter']
  11. ^servizi/$ [name='servizi']
  12. ^news/$ [name='news']
  13. ^privacy/$ [name='privacy']
  14. ^contact/$ [name='contact']
  15. ^success/$ [name='success']
  16. ^realizzazioni-test/$ [name='realizzazioni-test']
  17. ^realizzazione/(?P<post_id>\d+)/$ [name='realizzazione']
  18. ^media/(?P<path>.*)$

The current URL, contact/info@stucchiluce.it, 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.