Page not found (404)

Request Method: GET
Request URL: https://luspa.gov.gh/spatial-plan/sdf/publications.html

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

  1. admin/
  2. [name='home']
  3. services/ [name='services']
  4. spatial-plan/planning-model/ [name='planning_model']
  5. spatial-plan/sdf/ [name='sdf']
  6. spatial-plan/structure-plan/ [name='structure_plan']
  7. spatial-plan/local-plan/ [name='local_plan']
  8. about-us/background/ [name='background']
  9. about-us/functions/ [name='functions']
  10. contact-us/ [name='contact_us']
  11. gallery/
  12. projects/
  13. publications/
  14. ^media/(?P<path>.*)$

The current path, spatial-plan/sdf/publications.html, 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.