Page not found (404)

Request Method: GET
Request URL: https://grainesdimages.fr/galeries/

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

  1. nom_d_utilisateur [name='accueil']
  2. emprunt/reussi [name='accueil']
  3. register [name='accueil']
  4. [name='accueil']
  5. projet/
  6. utilisateur/
  7. materiel/
  8. treso/
  9. documentation/
  10. passation/
  11. conf/
  12. couvertures/
  13. pdc/
  14. admin/
  15. django-rq/
  16. sentry-debug/

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