Page not found (404)

Trovato nessun Annuncio corrispondente alla query
Request Method: GET
Request URL: https://www.differenzaimmobiliare.it/annuncio/6577/
Raised by: listings.views.ListingDetailView

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

  1. admin/
  2. jsreverse/ [name='js_reverse']
  3. [name='home']
  4. vendi-casa/ [name='vendi-casa']
  5. valuta-il-tuo-immobile/ [name='valuta-il-tuo-immobile']
  6. compra-casa/ [name='compra-casa']
  7. affitta-casa/ [name='affitta-casa']
  8. servizi/ [name='servizi']
  9. chi-siamo/ [name='chi-siamo']
  10. contatti/ [name='contatti']
  11. ricerca/ [name='search']
  12. ricerca-mappa/ [name='search-map']
  13. annunci/ [name='listings']
  14. watchdog/ [name='watchdog']
  15. annuncio/<int:pk>/ [name='listing-detail']

The current path, annuncio/6577/, matched the last one.

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.