Page not found (404)

Request Method: GET
Request URL: http://www.labal47.fr/quartier-g%C3%A9n%C3%A9ral/

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

  1. ^ ^$ [name='home']
  2. ^ ^index/$
  3. ^ ^formation/$
  4. ^ ^animation/$
  5. ^catalogue/
  6. ^agenda/
  7. ^contact/
  8. ^admin/

The current URL, quartier-général/, 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.