Page not found (404)

Request Method: GET
Request URL: http://addictive-web.fr/produit/defibrillateur-automatique-cardiaid

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

  1. ^admin/
  2. ^i18n/
  3. ^admin_tools/
  4. ^dajaxice/
  5. ^robots.txt/$
  6. ^favicon.ico/$
  7. ^grappelli/
  8. ^captcha/
  9. ^ckeditor/
  10. ^init$ [name='init']
  11. ^$ [name='index']
  12. ^style.css$ [name='style']
  13. ^config/$ [name='config']
  14. ^contact/$ [name='contact']
  15. ^pageEnBdDynamiqueStrict/$ [name='pageEnBdDynamiqueStrict']
  16. ^pageEnBdDynamique/$ [name='pageEnBdDynamique']
  17. ^services/$ [name='services']
  18. ^controller/fileuploader$ [name='controller_fileuploader']
  19. ^media_site/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

The current URL, produit/defibrillateur-automatique-cardiaid, 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.