Page not found (404)

Request Method: GET
Request URL: https://www.awu.ac.ug/index.html

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

  1. admin/
  2. [name='home']
  3. mission-vision/ [name='mission-vision']
  4. staff-profiles/ [name='staff-profiles']
  5. maps-contacts/ [name='maps-contacts']
  6. academic-programmes/ [name='academic-programmes']
  7. fees-structure/ [name='fees-structure']
  8. timetables/ [name='timetables']
  9. graduation/ [name='graduation']
  10. scholarships/ [name='scholarships']
  11. admission-requirements/ [name='admission-requirements']
  12. application-forms/ [name='application-forms']
  13. life-on-campus/ [name='life-on-campus']
  14. sports/ [name='sports']
  15. certificates/ [name='certificates']
  16. diplomas/ [name='diplomas']
  17. bachelors/ [name='bachelors']
  18. events/ [name='events']
  19. education-week/ [name='education-week']
  20. sheema-show/ [name='sheema-show']
  21. short-courses/ [name='short-courses']
  22. clubs/ [name='clubs']
  23. leos-club/ [name='leos-club']
  24. thanks-giving-01/ [name='thanks-giving-01']
  25. faculties-departments/ [name='faculties-departments']
  26. curricula/ [name='curricula']
  27. IT-curriculum/ [name='IT-curriculum']
  28. business-curriculum/ [name='business-curriculum']
  29. noticeboard/ [name='noticeboard']
  30. academic-calendar/ [name='academic-calendar']
  31. suusa/ [name='suusa']

The current path, index.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.