Page not found (404)

Request Method: GET
Request URL: http://www.spsemi.co.kr/html/

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

  1. admin/
  2. [name='main']
  3. home [name='main']
  4. ceo인사말 [name='ceo인사말']
  5. 주요연혁 [name='주요연혁']
  6. 글로벌파트너 [name='글로벌파트너']
  7. 사업장소개 [name='사업장소개']
  8. 개인정보보호방침 [name='개인정보보호방침']
  9. Discretes [name='Discretes']
  10. Discretes_공정도 [name='Discretes_공정도']
  11. Modules [name='Modules']
  12. Modules_공정도 [name='Modules_공정도']
  13. Product_detail/<str:product_family>/<str:product_name> [name='Product_detail']
  14. 품질경영 [name='품질경영']
  15. 품질승인관리 [name='품질승인관리']
  16. 신뢰성시험 [name='신뢰성시험']
  17. 최종품질보증 [name='최종품질보증']
  18. 부적합품관리 [name='부적합품관리']
  19. cmrt [name='cmrt']
  20. 인증사항 [name='인증사항']
  21. 공지사항 [name='공지사항']
  22. search_res [name='search_res']
  23. board_category_notice [name='board_category_notice']
  24. board_category_product [name='board_category_product']
  25. board_category_etc [name='board_category_etc']
  26. board_detail/<int:board_id> [name='board_detail']
  27. 문의사항 [name='문의사항']
  28. 문의하기_res [name='문의하기_res']
  29. 주주게시판 [name='주주게시판']
  30. 준비중화면 [name='준비중화면']
  31. eng [name='eng']
  32. ceomessage [name='ceomessage']
  33. history [name='history']
  34. partner [name='partner']
  35. introduction [name='introduction']
  36. Discretes_eng [name='Discretes_eng']
  37. Discretes_process [name='Discretes_process']
  38. Modules_eng [name='Modules_eng']
  39. Modules_process [name='Modules_process']
  40. Product_detail_eng/<str:product_family>/<str:product_name> [name='Product_detail_eng']
  41. Quality [name='Quality']
  42. Approval [name='Approval']
  43. Reliability [name='Reliability']
  44. Guarantee [name='Guarantee']
  45. Management [name='Management']
  46. conflict-minerals [name='conflict-minerals']
  47. Certification [name='Certification']
  48. Notice [name='Notice']
  49. search_res_eng [name='search_res_eng']
  50. Notice_Official [name='Notice_Official']
  51. Notice_products [name='Notice_products']
  52. Notice_others [name='Notice_others']
  53. board_detail_eng/<int:board_id> [name='board_detail_eng']
  54. Inquiry [name='Inquiry']
  55. 문의하기_res [name='문의하기_res']
  56. ^media/(?P<path>.*)$
  57. home
  58. ceo인사말
  59. 오시는길
  60. 글로벌파트너
  61. 사업장소개
  62. 개인정보보호방침
  63. Discretes
  64. Discretes_공정도
  65. Modules
  66. Modules_공정도
  67. Product_detail/<str:product_family>/<str:product_name>
  68. 품질경영
  69. 품질승인관리
  70. 신뢰성시험
  71. 최종품질보증
  72. 부적합품관리
  73. 인증사항
  74. cmrt
  75. 공지사항
  76. search_res
  77. board_category_notice
  78. board_category_product
  79. board_category_etc
  80. board_detail/<int:board_id>
  81. 문의사항
  82. 문의하기_res
  83. 주주게시판
  84. 준비중화면
  85. eng
  86. ceomessage
  87. history
  88. partner
  89. introduction
  90. Discretes_eng
  91. Discretes_process
  92. Modules_eng
  93. Modules_process
  94. Product_detail_eng/<str:product_family>/<str:product_name>
  95. Quality
  96. Approval
  97. Reliability
  98. Guarantee
  99. Management
  100. conflict-minerals
  101. Certification
  102. Notice
  103. search_res_eng
  104. Notice_Official
  105. Notice_products
  106. Notice_others
  107. board_detail_eng/<int:board_id>
  108. Inquiry
  109. 문의하기_res
  110. 준비중화면
  111. ^media/(?P<path>.*)$

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