Page not found (404)

Request Method: GET
Request URL: https://www.kasiinsight.com/market-research-in-africa/categories/finance/
Raised by: wagtail.views.serve

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. subscribe_to_newsletter/ [name='subscribe_to_newsletter']
  6. create-stripe-checkout-session/ [name='create_stripe_checkout_session']
  7. stripe-checkout-session-status/ [name='stripe_checkout_session_status']
  8. submit-feedback-form/ [name='submit_feedback_form']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. profile/ [name='user-profile']
  12. password_reset/ [name='password_reset']
  13. password_reset/done/ [name='password_reset_done']
  14. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  15. reset/done/ [name='password_reset_complete']
  16. subscribe/ [name='subscribe']
  17. subscribe/result/ [name='subscribe_result']
  18. unsubscribe/ [name='unsubscribe']
  19. ^static/(?P<path>.*)$
  20. ^media/(?P<path>.*)$
  21. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  22. _util/login/ [name='wagtailcore_login']
  23. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, market-research-in-africa/categories/finance/, 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.