728x90
vscode + python 설치 후 소스를 작성하면 아래와 같은 워닝이 출력된다.
. Import "django.contrib" could not be resolved ....
. Import "django.urls" could not be resolved ....
이건 django를 설치하지 않았기 때문에 나오는 경고 메세지들이다.
vscode 터미널에서 아래 메세지로 django를 설치 후 재시작하면 사라진다.
. pip install django
반응형
'VSCODE' 카테고리의 다른 글
tabout 기능 사용하기 - vscode (0) | 2024.07.04 |
---|---|
No module named 'mysql.connnector' 해결 - vscode (0) | 2024.07.04 |
vscode 로 원격개발 세팅하기 (0) | 2024.07.03 |
유용한 단축키 모음 - vscode (0) | 2024.07.02 |