Page not found (404)

Request Method: GET
Request URL: https://stdavidcollege.ac.tz/clinical-medicine.html

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. contactus [name='contactus']
  5. clinicalmedicine [name='clinicalmedicine']
  6. applicationstatus [name='applicationstatus']
  7. collegelife [name='collegelife']
  8. laboratoryassistance [name='laboratoryassistance']
  9. onlineapplication [name='onlineapplication']
  10. submitform [name='submitform']
  11. requeststatus [name='requeststatus']
  12. pharmaceuticalscience [name='pharmaceuticalscience']
  13. socialwork [name='socialwork']
  14. feedbacks [name='testimonials']
  15. selections [name='selections']
  16. ckeditor5/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

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