Page not found (404)

Request Method: GET
Request URL: https://www.ndpc.gov.gh/news/2348/

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

  1. admin/
  2. [name='home']
  3. about/
  4. rti/
  5. contact/
  6. developments/
  7. media_center/
  8. resource_and_publications/
  9. ckeditor/
  10. ^media\/(?P<path>.*)$

The current path, news/2348/, 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.