Page not found (404)

Request Method: GET
Request URL: http://www.immobiliaremargheritamarini.it/annuncio.php?&da=1&start=0&order=&riferimento=&var_co=affitto&xsch_id=2338

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

  1. admin/
  2. dettagli/(?P<slug>.*)/$ [name='listing']
  3. proposte-in-vendita/ [name='proposte-in-vendita']
  4. proposte-in-affitto/ [name='proposte-in-affitto']
  5. vendite-commerciali/ [name='vendite-commerciali']
  6. vendite-residenziali/ [name='vendite-residenziali']
  7. affitti-commerciali/ [name='affitti-commerciali']
  8. affitti-residenziali/ [name='affitti-residenziali']
  9. garage-cantine/ [name='garage-cantine']
  10. case-mare/ [name='case-mare']
  11. case-montagna/ [name='case-montagna']
  12. [name='home']
  13. contattaci/ [name='contattaci']
  14. success/ [name='success']
  15. ^media/(?P<path>.*)$
  16. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  17. privacy-policy [name='privacy-policy']
  18. robots.txt

The current path, annuncio.php, 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.