Page not found (404)

Request Method: GET
Request URL: http://www.boffalorello.it/boffalorello-riparte-dopo-il-lockdown/

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']
  8. notizie/list/ [name='notizie_list']
  9. <str:categoria>/<str:sottocategoria> [name='notizie']
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$
  12. sitemap.xml [name='sitemap']

The current path, boffalorello-riparte-dopo-il-lockdown/, 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.