반응형
[Django] django.core.exceptions.improperlyconfigured 에러 해결
django.core.exceptions.improperlyconfigured: offline compiled file `css/main.css` is missing and libsass has not been installed.
■ 해결방안
pip install libsass django-compressor django-sass-processor
pip install libsass
pip install django-compressor
pip install django-sass-processor
설치해주면 해결된다.
django.core.exceptions.improperlyconfigured: offline compiled file `css/main.css` is missing and libsass has not been installed.
# 아마도 SCSS > CSS 로 변환과정에서 문제가 생겼을거 같다.
# 장고 SCSS에서 CSS
반응형
'파이썬 웹 개발' 카테고리의 다른 글
[Django] 파이썬 장고 비동기 함수_ asyncio 활용하기 (0) | 2022.11.02 |
---|---|
[Pywebview] webView:runJavaScriptConfirmPanelWithMessage (0) | 2022.09.20 |
[Django] SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async (0) | 2022.07.26 |
[Django] No module named 'googleapiclient' 설치 에러 해결 (0) | 2022.07.14 |
[Django] 파이썬 데이터시각화 & txt 업로드, 읽기, 키워드 분석 [1] (0) | 2022.06.02 |
댓글