Page not found (404)

Request Method: GET
Request URL: https://wafafertilizer.org/fr/activities/2022/02/09/afriqom-fertilizer-club-western-africa/
Raised by: puput.views.EntryPageServe

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^sitemap\.xml$
  5. fr/ ^entry_page/(?P<entry_page_id>\d+)/update_comments/$ [name='entry_page_update_comments']
  6. fr/ ^(?P<blog_path>[-\w\/]+)/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='entry_page_serve_slug']

The current path, fr/activities/2022/02/09/afriqom-fertilizer-club-western-africa/, 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.