Page not found (404)

Request Method: GET
Request URL: https://dmpi.gov.bd/%25e0%25a7%25a9%25e0%25a7%259f-%25e0%25a6%25aa%25e0%25a6%25b0%25e0%25a7%258d%25e0%25a6%25ac-%25e0%25a6%25b8%25e0%25a6%25ae%25e0%25a6%25be%25e0%25a6%25aa%25e0%25a6%25a8%25e0%25a7%2580-%25e0%25a6%25aa%25e0%25a6%25b0%25e0%25a7%2580%25e0%25a6%2595%25e0%25a7%258d%25e0%25a6%25b7%25e0%25a6%25be-%25e0%25a7%25a8%25e0%25a7%25a6-3/

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

  1. admin/
  2. [name='home_page']
  3. contact-us/ [name='contact_us']
  4. digital-content/ [name='digital_content']
  5. <int:id>/<str:department>/teachers-&-staff/ [name='department_wise_teachers_staff']
  6. department/<int:id>/<str:department_name>/ [name='department_info']
  7. about-us/mission-vision/ [name='mission_vision']
  8. about-us/at-a-glance/ [name='at_a_glance']
  9. academics/class-routine/ [name='class_routine']
  10. academics/syllabus/ [name='syllabus']
  11. <int:id>/<str:department>/semester-wise-syllabus/ [name='semester_wise_syllabus']
  12. academics/academic-calendar/ [name='academic_calendar']
  13. photo-gallery/ [name='photo_gallery']
  14. <int:folder_id>/category-wise-photo/ [name='category_wise_photo']
  15. static/images/<str:folder_name>/<str:pdf_file_name> [name='open_pdf']
  16. about-institute-details/ [name='about_institute_details']
  17. <int:id>/authority-messages-details/ [name='authority_messages_details']
  18. all-notice/ [name='all_notice']
  19. all-news-&-events/ [name='all_news_and_events']
  20. <int:id>/<str:department>/semester-wise-content/ [name='dpt_semester_list']
  21. <int:semester_id>/<int:dpt_id>/<str:department>/digital-content/ [name='dpt_semester_wise_digital_content']
  22. about-us/all-teacher-list/ [name='all_teacher_list']
  23. about-us/all-staff-list/ [name='all_staff_list']
  24. web-admin/
  25. ^images\/(?P<path>.*)$

The current path, %e0%a7%a9%e0%a7%9f-%e0%a6%aa%e0%a6%b0%e0%a7%8d%e0%a6%ac-%e0%a6%b8%e0%a6%ae%e0%a6%be%e0%a6%aa%e0%a6%a8%e0%a7%80-%e0%a6%aa%e0%a6%b0%e0%a7%80%e0%a6%95%e0%a7%8d%e0%a6%b7%e0%a6%be-%e0%a7%a8%e0%a7%a6-3/, 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.