Page not found (404)

Request Method: GET
Request URL: http://wafafertilizer.org/fr/publications/category/ferwam/
Raised by: wagtail.views.serve

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']
  7. fr/ ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='entry_page_serve']
  8. fr/ ^(?P<blog_path>[-\w\/]+)/feed/$ [name='blog_page_feed_slug']
  9. fr/ ^feed/$ [name='blog_page_feed']
  10. fr/ ^(?P<events_path>[-\w\/]+)/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='event_page_serve_slug']
  11. fr/ ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='event_page_serve']
  12. fr/ ^(?P<events_path>[-\w\/]+)/feed/$ [name='events_page_feed_slug']
  13. fr/ ^feed/$ [name='events_page_feed']
  14. fr/ ^activities_gallery/
  15. fr/ ^search/$ [name='search']
  16. fr/ _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  17. fr/ _util/login/ [name='wagtailcore_login']
  18. fr/ ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, fr/publications/category/ferwam/, 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.