Page not found (404)

Request Method: GET
Request URL: https://osp.gov.gh/investigation-and-prosecution/investigation-and-prosecution-overview

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

  1. admin/
  2. [name='home']
  3. about/
  4. outreach/
  5. our_cases/
  6. rti/
  7. contact/
  8. what_we_do/
  9. search/
  10. powers/
  11. media_center/
  12. resource_and_publications/
  13. ckeditor/
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$

The current path, investigation-and-prosecution/investigation-and-prosecution-overview, 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.