Page not found (404)

Request Method: GET
Request URL: https://starmania.dz/fr/mailtocontact@starmania.dz

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

  1. fr/ traduction/
  2. fr/ cart/
  3. fr/ orders/
  4. fr/ coupons/
  5. fr/ delivery/
  6. fr/ pages
  7. fr/ partenaires [name='partner']
  8. fr/ projets [name='realisation']
  9. fr/ conditions [name='conditions']
  10. fr/ art [name='art']
  11. fr/ [name='index']
  12. fr/ produits/ [name='products']
  13. fr/ produits-filtered/ [name='filtered-products']
  14. fr/ produits-sorted/ [name='sorted-products']
  15. fr/ product-detail/ [name='product-detail']
  16. fr/ produits/produit/<slug:slug>/ [name='productDetail']
  17. fr/ contact/ [name='contact']
  18. fr/ about/ [name='about']
  19. fr/ virement-bancaire/ [name='virement-bancaire']
  20. fr/ carte-bancaire/ [name='crte-bancaire']
  21. fr/ paiement/ [name='paiement']
  22. fr/ paiement-especes/ [name='paiement-especes']
  23. fr/ echange/ [name='echange']
  24. fr/ livraison/ [name='livraison']
  25. fr/ retour/ [name='retour']
  26. fr/ profile/ [name='profile']
  27. fr/ login/ [name='login']
  28. fr/ register/ [name='register']
  29. fr/ password_change/ [name='password_change']
  30. fr/ password_change/done/ [name='password_change_done']
  31. fr/ logout/ [name='logout']
  32. fr/ password_reset/ [name='password_reset']
  33. fr/ password_reset/done/ [name='password_reset_done']
  34. fr/ password_reset/<uidb64>/<token>/ [name='password_reset_confirm']
  35. fr/ password_reset/complete/ [name='password_reset_complete']
  36. fr/ captcha/
  37. fr/ sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  38. ^static/(?P<path>.*)$
  39. ^media/(?P<path>.*)$
  40. __debug__/
  41. fr/ admin/

The current path, fr/mailtocontact@starmania.dz, 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.