Page not found (404)

Request Method: GET
Request URL: http://mugmc.edu.bd/department/islamic-studies

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

  1. admin/
  2. [name='index']
  3. cityzen/ [name='cityzen']
  4. news-events/ [name='news_events']
  5. notice-board/ [name='notice_board']
  6. principals-speech/ [name='principals_speech']
  7. undergraduate-admission/ [name='undergraduate_admission']
  8. results/ [name='results']
  9. gellery-details/ [name='galleries']
  10. departments/<uuid:uuid>/ [name='department_details']
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, department/islamic-studies, 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.