Page not found (404)

Request Method: GET
Request URL: https://bietdvg.edu/Departments/MTX/vis.html

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

  1. admin/
  2. [name='index']
  3. Grievance [name='Grievance']
  4. edc [name='edc']
  5. feedback [name='feedback']
  6. allevent [name='allevent']
  7. home [name='home']
  8. notification [name='notification']
  9. developers [name='developers']
  10. news [name='news3']
  11. nba/faculty_list [name='nba_faculty_list']
  12. nba/departement_level [name='nba_departement_level']
  13. nba/institute_level [name='nba_institute_level']
  14. iic [name='iic']
  15. iic/members [name='iicmembers']
  16. iic/establisment-cert [name='establisment-cert']
  17. iic/meeting [name='iicmeetings']
  18. iic/events [name='iicevents']
  19. iic/preincubation [name='preincubation']
  20. iic/incubation [name='incubation']
  21. gallery [name='gallery']
  22. campus_life/graduation_day [name='graduation_day']
  23. campus_life/btech_technowave [name='btech_technowave']
  24. ug_addmission [name='ug_addmission']
  25. pg_addmission [name='pg_addmission']
  26. admission/contact [name='admission/contact']
  27. admission/prospectus [name='admission/prospectus']
  28. admission/fee_structure [name='admission/fee_structure']
  29. admission/audit_statement [name='admission/audit_statement']
  30. Bapuji_educational_association [name='Bapuji_educational_association']
  31. Vision_Mission_Quality_Policies [name='Vision_Mission_Quality_Policies']
  32. academic_calender [name='academic_calender']
  33. governing_body [name='governing_body']
  34. major_events [name='major_events']
  35. director_msg [name='director_msg']
  36. principal_msg [name='principal_msg']
  37. chairman_msg [name='chairman_msg']
  38. deans [name='deans']
  39. office [name='office']
  40. research [name='research']
  41. research/dean_message [name='research/dean_message']
  42. research/recognized_research_centers [name='research/recognized_research_centers']
  43. research/funded_projects [name='research/funded_projects']
  44. research/kscst_projects [name='research/kscst_projects']
  45. research/industry_collaboration [name='research/industry_collaboration']
  46. research/product_development [name='research/product_development']
  47. research/research_facilities [name='research/research_facilities']
  48. research/honors_and_awards [name='research/honors_and_awards']
  49. organisational_chart [name='organisational_chart']
  50. aishe [name='aishe']
  51. research/rac [name='research/rac']
  52. committees [name='committees']
  53. SDL [name='skill_development_lab']
  54. aicte [name='aicte']
  55. nirf [name='nirf']
  56. nain [name='nain']
  57. naac [name='naac']
  58. aishe [name='aishe']
  59. vtu [name='VTU']
  60. nba [name='nba']
  61. accredationandranking [name='accredation']
  62. library [name='library']
  63. academics/ranks [name='ranks']
  64. library/layout [name='layout']
  65. library/staff [name='staff']
  66. library/resources [name='resources']
  67. library/membership [name='library/membership']
  68. library/rules [name='library/rules']
  69. library/services [name='library/services']
  70. library/e_resources [name='library/e_resources']
  71. library/committee [name='library/committee']
  72. library/question_papers [name='library/question_papers']
  73. library/online_courses [name='library/online_courses']
  74. library/gallery [name='library/gallery']
  75. library/user_manual [name='library/user_manual']
  76. facilities/perography [name='facilities/perography']
  77. academics/rules [name='academics/rules']
  78. academics/industry_collab [name='academics/industry_collab']
  79. academics/consultancy [name='academics/consultancy']
  80. research_programs [name='research_programs']
  81. facilities/sport [name='sport']
  82. facilities/auditorium [name='auditorium']
  83. facilities/guest_house [name='guest_house']
  84. facilities/drinking_water [name='drinking_water']
  85. facilities/garbage [name='garbage']
  86. facilities/ewaste [name='ewaste']
  87. facilities/boys_hostel [name='boys_hostel']
  88. facilities/ladies_hostel [name='ladies_hostel']
  89. facilities/ladies_rest_room [name='ladies_rest_room']
  90. facilities/canteen [name='canteen']
  91. facilities/scholarship [name='scholarship']
  92. facilities/dispensary [name='dispensary']
  93. facilities/perography [name='perography']
  94. facilities/internet [name='internet']
  95. facilities/transportation [name='transportation']
  96. facilities/elearning [name='elearning']
  97. facilities/language_lab [name='language_lab']
  98. facilities/ncc_nss [name='ncc_nss']
  99. facilities/ncc [name='ncc']
  100. facilities/nss [name='nss']
  101. facilities/redcross [name='redcross']
  102. placement/training_program [name='training_program']
  103. placement/placement_dept [name='placementDepartment']
  104. placement/updates [name='placementUpdates']
  105. campus_life/naac [name='naac']
  106. campus_life/nirf [name='nirf']
  107. to_be_updated [name='to_be_updated']
  108. campus_life/nain [name='nain']
  109. campus_life/green_campus [name='green_campus']
  110. campus_life/graduation_day [name='graduation_day']
  111. campus_life/btech_technowav [name='btech_technowav']
  112. campus_life/gym [name='gym']
  113. campus_life/sac [name='campus_life/sac']
  114. alumini/alumni_association [name='alumni_association']
  115. alumini/alumni_corner_events [name='alumni_corner_events']
  116. department/<str:course>/<str:dept>/home [name='home']
  117. department/<str:course>/<str:dept>/events [name='events']
  118. department/<str:course>/<str:dept>/all_publications [name='all_publications']
  119. ^media/(?P<path>.*)$

The current path, Departments/MTX/vis.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.