Page not found (404)

Request Method: GET
Request URL: https://online.sante.md/categories/product/

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

  1. sentry-debug/
  2. jet/
  3. admin/
  4. [name='home']
  5. servicii/ [name='services']
  6. analize-de-laborator/<category>/ [name='analize_lab']
  7. categorii/analize/ [name='categories_analyses']
  8. categorii/promotionale/ [name='categories_promotional']
  9. specialitati/medici/ [name='categories_doctors']
  10. checkout/ [name='checkout']
  11. checkout_sante/<session_id>/ [name='sante_checkout']
  12. termeni-si-conditii/ [name='terms_and_conditions']
  13. politica-de-confidentialitate/ [name='politica_de_confidentialitate']
  14. medici/<category_slug>/ [name='doctors']
  15. medic/<slug>/ [name='doctor']
  16. analiza/<slug>/ [name='analiza']
  17. checkout_success/<id>/ [name='checkout_success']
  18. get_analises_details/ [name='get_analises_details']
  19. checkout/get_raion_select/ [name='get_raion_select']
  20. checkout/get_region_select/ [name='get_region_select']
  21. contact/ [name='contact']
  22. search/ [name='search']
  23. cart/
  24. ^nested_admin/
  25. api-search/ [name='api_search']
  26. ^media/(?P<path>.*)$

The current path, categories/product/, 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.