Page not found (404)

Request Method: GET
Request URL: http://www.codes-coupons.com/reductions-promos/code-parrain-prixtel-un-mois-offert/

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

  1. admin/
  2. [name='index']
  3. account/password/change/ [name='account_change_password']
  4. account/password/set/ [name='account_set_password']
  5. more-info [name='more-info']
  6. submit-product
  7. categories [name='categories']
  8. commands/<str:command>/ [name='commands']
  9. p/<str:command>/ [name='p']
  10. products/<str:command>/ [name='products']
  11. submitdeal/<str:tracking_code> [name='customdeal']
  12. account/
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$
  15. dashboard [name='dashboard']
  16. authentication/login/ [name='pages.authentication.login']
  17. authentication/register/ [name='pages.authentication.register']
  18. authentication/recoverpw/ [name='pages.authentication.recoverpw']
  19. authentication/lock-screen/ [name='pages.authentication.lockscreen']
  20. authentication/logout/ [name='pages.authentication.logout']
  21. authentication/confirm_mail/ [name='pages.authentication.confirm_mail']
  22. forms/email_verification/ [name='pages.authentication.email_verification']
  23. forms/two_step_verification/ [name='pages.authentication.two_step_verification']
  24. starter-page [name='pages.starter_page']
  25. maintenance [name='pages.maintenance']
  26. comingsoon [name='pages.comingsoon']
  27. timeline [name='pages.timeline']
  28. faqs [name='pages.faqs']
  29. pricing [name='pages.pricing']
  30. error-404 [name='pages.error_404']
  31. error-500 [name='pages.error_500']
  32. layout/horizontal [name='pages.layout.horizontal']
  33. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, reductions-promos/code-parrain-prixtel-un-mois-offert/, 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.