Page not found (404)

Request Method: GET
Request URL: https://osp.gov.gh/about/what-we-do/investigation-and-prosecution1/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/ [name='about']
  4. about/ our_people [name='our_people']
  5. about/ Seal_and_Motto [name='Seal_and_Motto']
  6. about/ board [name='board']
  7. about/ division [name='division']
  8. about/ organogram [name='organogram']
  9. about/ profile/<int:id>/<str:slug>/ [name='profile']
  10. outreach/
  11. our_cases/
  12. rti/
  13. contact/
  14. what_we_do/
  15. search/
  16. powers/
  17. media_center/
  18. resource_and_publications/
  19. ckeditor/
  20. ^static/(?P<path>.*)$
  21. ^media/(?P<path>.*)$

The current path, about/what-we-do/investigation-and-prosecution1/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.