Page not found (404)

Request Method: GET
Request URL: http://www.cibbo.it/category/articoli/

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

  1. admin/
  2. ^(api/)?(.*/|)?(media/(?P<path>.*|))$
  3. api/v1/token/ [name='token_obtain_pair']
  4. api/v1/refresh/ [name='token_refresh']
  5. api/v1/token/verify/ [name='token_verify']
  6. api/v1/password-reset/
  7. password_reset/ [name='password_reset']
  8. password_reset/done/ [name='password_reset_done']
  9. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  10. reset/done/ [name='password_reset_complete']
  11. firebase-messaging-sw.js [name='service_worker']
  12. terminal
  13. api/v1/core/
  14. api/
  15. api/
  16. api/
  17. api/v1/supplier/
  18. api/v1/printer/
  19. api/v1/orders/
  20. api/v1/tables/
  21. api/v1/payment/
  22. users/
  23. cms/products/
  24. cms/orders/
  25. cms/tables/
  26. cms/printer/
  27. cms/supplier/
  28. cms/
  29. ^active/(?P<active_code>.*)/$ [name='user_active']

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