Page not found (404)

Request Method: GET
Request URL: http://www.usj.ac.ug/index.php/2019/10/23/usjm-hosts-radio-maria-uganda/

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

  1. admin/
  2. [name='home']
  3. article/<int:pk> [name='article_details']
  4. add_post/ [name='add_post']
  5. add_category/ [name='add_category']
  6. article/edit/<int:pk> [name='update_post']
  7. article/<int:pk>/delete [name='delete_post']
  8. category/<str:cats>/ [name='category']
  9. like/<int:pk>/ [name='like_post']
  10. article/<int:pk>/comment/ [name='add_comment']
  11. timetable/ [name='timetable']
  12. search/ [name='search']
  13. mission-&-vision/ [name='ab_mission']
  14. our-history/ [name='ab_history']
  15. university-anthem/ [name='ab_anthem']
  16. rules-&-regulation/ [name='ab_rules&regulations']
  17. our-history/ [name='ab_chancellor']
  18. our-history/ [name='ab_boardofdirectors']
  19. our-history/ [name='ab_universitysenate']
  20. our-history/ [name='ab_universitycouncil']
  21. vice-chancellor/ [name='ab_vicechancellor']
  22. deputy-Vice-Chancellor/ [name='ab_deputyViceChancellor']
  23. academic-registrar/ [name='ab_academicregistrar']
  24. library/ [name='ab_library']
  25. faculty-of-education-&-science/ [name='ad_educationscience']
  26. faculty-of-business-&-socialsciences/ [name='ad_businesssocialsciences']
  27. institutional-repository/ [name='ad_institutionalrepository']
  28. e-learning/ [name='ad_elearning']
  29. academic-calender/ [name='ad_academiccalender']
  30. online-application/ [name='ad_onlineapplication']
  31. life-at-campus/ [name='st_lifeatcampus']
  32. students-guild/ [name='st_studentguild']
  33. games-&-sports/ [name='st_gamesports']
  34. student-union-clubs/ [name='st_studentUnionClubs']
  35. computing-services/ [name='st_computingservices']
  36. university-library/ [name='st_universitysibrary']
  37. university-security/ [name='st_universitysecurity']
  38. university-health-services/ [name='st_universityhealthservices']
  39. financial-aid/ [name='st_financialaid']
  40. dean-of-students/ [name='st_deanofstudents']
  41. admission-lists/ [name='st_admissionlists']
  42. under-graduate-courses/ [name='adm_undergraduatecourses']
  43. diploma-courses/ [name='adm_diplomacourses']
  44. short-courses/ [name='adm_shortcourses']
  45. admission-requirements/ [name='adm_admissionrequirements']
  46. fees-structure/ [name='adm_feesstructure']
  47. call-for-application/ [name='adm_callforapplication']
  48. apply-online/ [name='adm_applyonline']
  49. online-application-guidlines/ [name='adm_onlineapplicationguidlines']
  50. scholarships/ [name='adm_scholarships']
  51. research-grants-office/ [name='re_researchgrantsoffice']
  52. research-repository/ [name='re_researchrepository']
  53. downloads/ [name='re_downloads']
  54. research-innovation/ [name='re_researchinnovation']
  55. partnerships/ [name='re_partnerships']
  56. research-publications/ [name='re_researchpublications']
  57. gallery/ [name='gallery']
  58. faqs/ [name='faqs']
  59. academic-staff-usjm/ [name='staffpages']
  60. ^media/(?P<path>.*)$
  61. members/
  62. members/
  63. ckeditor/
  64. ^media/(?P<path>.*)$

The current path, index.php/2019/10/23/usjm-hosts-radio-maria-uganda/, 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.