Page not found (404)

Request Method: GET
Request URL: https://duc.edu.gh/the-world-today-belongs-to-people-who-challenged-the-status-quo-prof-nsowah-nuamah-to-graduands/

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

  1. admin/
  2. [name='index']
  3. courses/ [name='courses']
  4. courses/<str:slug> [name='course-details']
  5. academics/ [name='academics']
  6. blogs/ [name='blogs']
  7. blogs/<str:slug> [name='blog-details']
  8. student-life/ [name='student-life']
  9. international/ [name='international']
  10. about/ [name='about-us']
  11. contact-us/ [name='contact-us']
  12. student-group/<str:slug> [name='student-group']
  13. admissions [name='admissions']
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$

The current path, the-world-today-belongs-to-people-who-challenged-the-status-quo-prof-nsowah-nuamah-to-graduands/, 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.