Page not found (404)

Request Method: GET
Request URL: https://ngc-data.fr/pages/informations-legales/

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

  1. admin/
  2. [name='index']
  3. contact [name='contact']
  4. legal [name='legal']
  5. solutrans [name='solutrans']
  6. maires [name='maires']
  7. ^ajax/refresh_counter/(?P<pk>[-\w]+)/$ [name='refresh_counter']
  8. 400/
  9. 403/
  10. 404/
  11. 500/

The current path, pages/informations-legales/, 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.