Page not found (404)

Request Method: GET
Request URL: http://petitgraindepeau.fr/cnil.fr

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

  1. admin/
  2. tinymce/
  3. [name='home']
  4. dans-latelier [name='dans-latelier']
  5. main-dans-la-main [name='main-dans-la-main']
  6. de-fil-en-aiguille [name='de-fil-en-aiguille']
  7. sur-les-etageres [name='sur-les-etageres']
  8. en-chair-et-en-os [name='en-chair-et-en-os']
  9. au-coeur-des-liens [name='au-coeur-des-liens']
  10. article/<str:slug> [name='article']
  11. conditions-de-vente [name='conditions-de-vente']
  12. mentions-legales [name='mentions-legales']
  13. politique-de-confidentialite [name='politique-de-confidentialite']
  14. ^captcha/
  15. ^media/(?P<path>.*)$

The current path, cnil.fr, 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.