Page not found (404)

Request Method: GET
Request URL: https://ressourcesanimales.gouv.ci/actualites/

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

  1. accueil/
  2. actualites/ toutes-les-actualités [name='actualite_index']
  3. actualites/ toutes-les-actualités/<str:type>/ [name='actualite_by_type']
  4. actualites/ archives [name='archive_index']
  5. actualites/ <slug:slug>/ [name='actualite_detail']
  6. actualites/ speculations-sara-2023 [name='speculation_sara']
  7. contacts/
  8. ministere/
  9. mediatheque/
  10. projets-programmes/
  11. services-structures-sous-tutelles/
  12. direction/
  13. admin/

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