Page not found (404)

Trovato nessun Notizia corrispondente alla query
Request Method: GET
Request URL: http://www.boffalorello.it/notizia/san-paolo-rho-boffalorello-46-62
Raised by: website.views.NotiziaDetailView

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

  1. admin/
  2. [name='home']
  3. contatti [name='contatti']
  4. privacy-policy [name='privacy-policy']
  5. termini-legali [name='termini-legali']
  6. academy [name='academy']
  7. notizia/<slug:slug> [name='notizia_detail']

The current path, notizia/san-paolo-rho-boffalorello-46-62, 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.