Page not found (404)

Request Method: GET
Request URL: https://pro.zaomakeup.com/fr/boutique/recharge/recharge-poudre-%C3%A0-sourcils

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-catalog
  15. crm-crm
  16. crm-customer
  17. crm-managment
  18. crm-prospect
  19. crm-reporting
  20. social-auth/
  21. dashboard/
  22. graphql
  23. get_translations [name='get-translations']
  24. update_translations [name='update-translations']
  25. preview [name='preview']
  26. download-file/<str:filename> [name='download-file']
  27. admin/
  28. i18n/ [name='set_language']
  29. sentry-debug/
  30. fr/ accounts/password_reset/
  31. fr/ accounts/

The current path, fr/boutique/recharge/recharge-poudre-à-sourcils, 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.