Page not found (404)

Request Method: GET
Request URL: http://www.jean-marc-bouley.com/page00010039.html

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

  1. ^$ [name='home']
  2. ^admin/
  3. ^vins/$ [name='vins']
  4. ^actus/$ [name='actus']
  5. ^presentation/$ [name='presentation']
  6. ^savoir-faire/$ [name='savoir-faire']
  7. ^presse/$ [name='presse']
  8. ^avis/$ [name='avis']
  9. ^contact/$ [name='contact']
  10. ^distributeurs/$ [name='distributeurs_accueil']
  11. ^distributeurs/monde/$ [name='distributeurs_monde']
  12. ^distributeurs/france/$ [name='distributeurs_restaurants']
  13. ^galerie/$ [name='diaporama']
  14. ^i18n/
  15. ^mce_filebrowser/
  16. ^media/(?P<path>.*)$
  17. ^static/(?P<path>.*)$
  18. ^static\/(?P<path>.*)$

The current URL, page00010039.html, 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.