You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django는 static파일(css,js,image)등을 따로 폴더를 만들어 그곳에 저장해놓은뒤 html파일에서 {% load static %}등을 이용하여 django가 static파일임을 인식하게 하여 static파일이 저장된 폴더로 연동시켜 static파일을 사용하는데 이 부분에 문제가 생겨 javascript파일을 수정하고 html코드 또한 수정하여 `해결하였다.
django는 static파일(css,js,image)등을 따로 폴더를 만들어 그곳에 저장해놓은뒤 html파일에서 {% load static %}등을 이용하여 django가 static파일임을 인식하게 하여 static파일이 저장된 폴더로 연동시켜 static파일을 사용하는데 이 부분에 문제가 생겨 javascript파일을 수정하고 html코드 또한 수정하여 `해결하였다.