Page not found (404)

La formation n'a pas été trouvée.
Request Method: GET
Request URL: http://inserjeunes-diff-web.depp.in.adc.education.fr/diffusion/formation?formation=CAP$33202$CAP
Raised by: inser_jeunes_website.views.get_formation

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

  1. diffusion/ [name='index']
  2. diffusion/ accueil [name='index']
  3. diffusion/ metier
  4. diffusion/ formation

The current path, diffusion/formation, matched the last one.

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.