본문 바로가기

[내일배움캠프]스파르타코딩클럽 AI 웹개발/Today I Learned

pycharm django 환경설정

파이참에서 django를 사용할 때 django를 설치했음에도 패키지에 빨간 줄이 보이는 경우가 있다.

이때 파이썬 인터프리터를 설정해주면 해결할 수 있다

settings > python interpreter > add interpreter > system interpreter

 

add local interpreter를 누른 후에

 

 

system interpreter를 설정해준다

 

 

 

 

 

 

 

 

 

 

 

 

 

Django ORM 사용시에 objects에 노란 줄이 생기는 경우

settings > Language & Frameworks > Django

django project root, settings 설정하고 ok

 

 

 

 

 

 

 

 

 

django에서 html Tap 눌렀을 때 자동완성 안되는 경우

 

settinngs > Templates Language 에서 다음과 같이 설정해준다

 

'[내일배움캠프]스파르타코딩클럽 AI 웹개발 > Today I Learned' 카테고리의 다른 글

[TIL] django DRF signup  (0) 2024.09.02
[TIL] Django ORM  (0) 2024.08.30
[TIL] DRF class based view  (0) 2024.08.29
[TIL] annotate  (0) 2024.08.27
[TIL]  (0) 2024.08.26