본문 바로가기
VSCODE

Import "django.contrib" could not be resolved 해결 - vscode

by zgabriel 2024. 7. 3.
728x90

vscode + python 설치 후 소스를 작성하면 아래와 같은 워닝이 출력된다.

. Import "django.contrib" could not be resolved ....

. Import "django.urls" could not be resolved ....

이건 django를 설치하지 않았기 때문에 나오는 경고 메세지들이다.

vscode 터미널에서 아래 메세지로 django를 설치 후 재시작하면 사라진다.

. pip install django 

 

 

반응형