툴바안뜸
![[Django] debug toolbar 오류 Fix](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FKvibz%2FbtrrR6gjme9%2FLgteiG9mniFbPzXkWQIrh1%2Fimg.png)
[Django] debug toolbar 오류 Fix
django-debug-toolbar를 설치하고 설정까지 완료하였는데 css,js 파일을 못찾겠다라는 오류가 뜨고, 크롬 개발자 모드에서 봤을때 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec. 이러한 에러가 뜬다면 아래와 같이 조치하면된다. 1. 레지스트리 편집기 > 컴퓨터\HKEY_CLASSES_ROOT.js > Content Type > 값 데이터 > text/plain 에서 text/javascrip..