Page not found (404)

No Actualite matches the given query.
Request Method: GET
Request URL: https://ressourcesanimales.gouv.ci/actualites/231/
Raised by: actualite_screen.views.actualiteDetail

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']

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