Page not found (404)

No Organisme matches the given query.
Request Method: GET
Request URL: https://www.ressourcesanimales.gouv.ci/projets-programmes/projet/projet-aep-nansen/
Raised by: projet_programme.views.projetDetail

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

  1. accueil/
  2. actualites/
  3. contacts/
  4. ministere/
  5. mediatheque/
  6. projets-programmes/ tous-les-programmes [name='programme_index']
  7. projets-programmes/ programme/<slug:slug>/ [name='programme_detail']
  8. projets-programmes/ tous-les-projets [name='projet_index']
  9. projets-programmes/ projet/<slug:slug>/ [name='projet_detail']

The current path, projets-programmes/projet/projet-aep-nansen/, 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.