Page not found (404)

No Categoria matches the given query.
Request Method: GET
Request URL: http://www.dia4it.com/en/28/prodotti/
Raised by: web_site.views.ProdottiView

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

  1. en/ admin/
  2. en/ summernote/
  3. en/ select2/
  4. en/ admin/user/<int:pk>/password [name='change_password']
  5. en/ [name='home']
  6. en/ eventi [name='eventi']
  7. en/ azienda [name='azienda']
  8. en/ company [name='company']
  9. en/ contatti [name='contatti']
  10. en/ categorie [name='categorie']
  11. en/ categoria/<int:pk>/detail/ [name='categoria_detail']
  12. en/ <int:pk>/prodotti/ [name='prodotti']

The current path, en/28/prodotti/, 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.