Page not found (404)

Request Method: GET
Request URL: http://kerbezec.fr/nl/gites/De+smelderij/

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. nl/ ^$ [name='home']
  4. nl/ ^reserveringen/$ [name='booking']
  5. nl/ ^contact/$ [name='contact']
  6. nl/ ^juridische/$ [name='legal']
  7. nl/ ^gites/het\+boerenhuis/$ [name='farmhouse']
  8. nl/ ^gites/De\+smederij/$ [name='forge']
  9. nl/ ^gites/Het\+kleine\+Manoir/$ [name='bihan']
  10. nl/ ^gites/Het\+grote\+Manoir/$ [name='braz']
  11. nl/ ^gites/Het\+manoir/$ [name='manor']
  12. nl/ ^history/$ [name='history']
  13. nl/ ^Penmarc\'H/$ [name='penmarch']
  14. nl/ ^prijzen/$ [name='rates']
  15. nl/ ^contactgegevens/$ [name='map']
  16. nl/ ^jsi18n/$ [name='javascript-catalog']
  17. ^rosetta/

The current path, nl/gites/De+smelderij/, 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.