์น๋ธ๋ผ์ฐ์ DDT๊ฐ ๋ณด์ด์ง ์์์
์ฅ๊ณ ์๋ฒ๋ ๊ทธ๋๋ก ๋๊ณ ๋ค๋ฅธ ํฐ๋ฏธ๋์ conda activate ํ์ python manage.py shell ๋ก print(mimetypes.guess_type('toolbar.js'))๋ฅผ ์คํํ์ต๋๋ค. ํ์ฌ๋ Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/json". Strict MIME type checking is enforced for module scripts per HTML spec. ๋ผ๊ณ ์ถ๋ ฅ์ด ๋ฉ๋๋ค. ์ฅ๊ณ ์๋ฒ๋ ๊ป๋ค๊ฐ ๋ค์ python manage.py runserver๋ก ์คํ์์ผ๋ณด์๋๋ฐ ๋ฐ๋์ง ์์ต๋๋ค.. ์ปดํจํฐ๋ ์ฌ๋ถํ
ํด๋ณด์๋๋ฐ ์์ง ํด๊ฒฐ์ ๋ชปํ์ต๋๋ค ใ
ใ