Page not found (404)

Request Method: GET
Request URL: http://canoe-kayak-montreuil-juigne.fr/contact

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

  1. [name='blogHome']
  2. parcours/ [name='blogCourses']
  3. tarifs/ [name='blogTarifs']
  4. plan/ [name='blogPlan']
  5. club/ [name='blogClub']
  6. confidentialite/ [name='blogGpdr']
  7. club/calendrier/ [name='blogClubCalendar']
  8. club/ecole-de-pagaie/ [name='blogClubEcolePagaie']
  9. sitemap.xml [name='sitemap']
  10. robots.txt [name='robots']
  11. contact/
  12. admin/

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