Page not found (404)

Request Method: GET
Request URL: http://172.22.0.20:2368/category/consigli/?page_id=523

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

  1. hfG9hnNtS7Kg2TXL/
  2. [name='home']
  3. chi-siamo [name='chiSiamoCasa']
  4. wifi [name='wifiCasa']
  5. fibra [name='fibraCasa']
  6. fibrawifi [name='fibraWifiCasa']
  7. faq [name='faqCasa']
  8. supporto [name='supportoCasa']
  9. business [name='homeBusiness']
  10. business/chi-siamo [name='chiSiamoBusiness']
  11. business/wifi [name='wifiBusiness']
  12. business/fibra [name='fibraBusiness']
  13. business/fibrawifi [name='fibraWifiBusiness']
  14. business/faq [name='faqBusiness']
  15. business/supporto [name='supportoBusiness']
  16. business/centralino [name='centralinoBusiness']
  17. business/centralino/telefoni [name='centralinoTelefoni']
  18. sanvalentino [name='sanvalentino']
  19. business/sanvalentino [name='sanvalentinobusiness']
  20. accounts/
  21. ^rivenditori/profilo/$ [name='rivenditori']
  22. ^rivenditori/newpreventivo/$ [name='newPreventivo']
  23. ^rivenditori/storico/$ [name='storicoPreventivi']
  24. logout/ [name='logout']
  25. rivenditori/cartpreventivi/
  26. rivenditori/cartpreventivi/
  27. rivenditori/coupons/

The current path, category/consigli/, 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.