Page not found (404)

No Programme matches the given query.
Request Method: GET
Request URL: http://gisd.org.ls/programme/societal-development-programme-sdp/
Raised by: website.views.ProgrammeDetail

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

  1. management/
  2. [name='home']
  3. about-us/ [name='about_us']
  4. programme/ [name='programme']
  5. programme/<slug:slug>/ [name='programme_detail']

The current path, programme/societal-development-programme-sdp/, 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.