Page not found (404)

Request Method: GET
Request URL: https://pro.zaomakeup.com/fr/boutique/recharge/recharge-teint/111733-recharge-fond-de-teint-compact-733-neutre-detail

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

  1. ^serviceworker\.js$ [name='serviceworker']
  2. ^manifest\.json$ [name='manifest']
  3. ^offline/$ [name='offline']
  4. sentry-debug
  5. account/signup/ [name='signup']
  6. account/login/ [name='login']
  7. [name='index']
  8. shop
  9. offer
  10. information
  11. event
  12. download
  13. account
  14. crm-b2b
  15. crm-b2b-information
  16. crm-b2b-account
  17. crm-crm
  18. crm-customer
  19. crm-managment
  20. crm-prospect
  21. crm-reporting
  22. social-auth/
  23. crm-visit-report/<uuid:uuid> [name='visit-report']
  24. crm-visit-repcap-send/ [name='visit-recap-send']
  25. crm-order-report/<int:order_pk> [name='order-report']
  26. dashboard/
  27. graphql
  28. get_translations [name='get-translations']
  29. update_translations [name='update-translations']
  30. preview [name='preview']
  31. download-file/<str:filename> [name='download-file']
  32. admin/
  33. i18n/ [name='set_language']
  34. sentry-debug/
  35. verify-crm-session/
  36. fr/ accounts/password_reset/
  37. fr/ accounts/

The current path, fr/boutique/recharge/recharge-teint/111733-recharge-fond-de-teint-compact-733-neutre-detail, 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.