Page not found (404)

Request Method: GET
Request URL: https://www.huwell.it/contatti

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

  1. manager/
  2. [name='public.index']
  3. ricerca [name='public.research']
  4. prodotti [name='public.products']
  5. prodotti/<str:slug> [name='public.product']
  6. news [name='public.news']
  7. news/<str:slug> [name='public.news.show']
  8. coloranti [name='public.coloring']
  9. decoloranti [name='public.bleaches']
  10. categorie/<str:slug> [name='public.category']
  11. rappresentate/<str:slug> [name='public.company']
  12. rappresentate/<str:company_slug>/<str:category_slug> [name='public.company.category']
  13. search [name='public.search.show']
  14. ricerca-avanzata [name='public.advanced.search']
  15. sostenibilita [name='public.sustainability']
  16. dove-trovarci [name='public.where']
  17. api/permanent/<int:pk> [name='public.api.permanent']
  18. en [name='public.index.en']
  19. en/research [name='public.research.en']
  20. en/products [name='public.products.en']
  21. en/products/<str:slug> [name='public.product.en']
  22. en/categories/<str:slug> [name='public.category.en']
  23. en/bleaches [name='public.bleaches.en']
  24. en/hair-dyes [name='public.coloring.en']
  25. en/where [name='public.where.en']
  26. en/news [name='public.news.en']
  27. en/news/<str:slug> [name='public.news.show.en']
  28. en/represented/<str:slug> [name='public.company.en']
  29. en/represented/<str:company_slug>/<str:category_slug> [name='public.company.category.en']
  30. ^media/(?P<path>.*)$

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