Page not found (404)

Request Method: GET
Request URL: http://kerbezec.fr/fr/La+long%C3%A8re

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

  1. ^admin/
  2. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  3. fr/ ^$ [name='home']
  4. fr/ ^réservation/$ [name='booking']
  5. fr/ ^nous\+contacter/$ [name='contact']
  6. fr/ ^légal/$ [name='legal']
  7. fr/ ^gites/La\+Longère/$ [name='farmhouse']
  8. fr/ ^gites/La\+Forge/$ [name='forge']
  9. fr/ ^gites/Le\+Petit\+Manoir/$ [name='bihan']
  10. fr/ ^gites/Le\+Grand\+Manoir/$ [name='braz']
  11. fr/ ^gites/Manoir/$ [name='manor']
  12. fr/ ^histoire/$ [name='history']
  13. fr/ ^Penmarc'H/$ [name='penmarch']
  14. fr/ ^tarifs/$ [name='rates']
  15. fr/ ^coordonnées/$ [name='map']
  16. fr/ ^jsi18n/$ [name='javascript-catalog']
  17. ^rosetta/

The current path, fr/La+longère, 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.