관리 메뉴

Silver Library (Archived)

#2 VSCode, Django setting. 본문

Personal DB/Unclassified record

#2 VSCode, Django setting.

Chesed Kim 2020. 11. 24. 14:08
반응형

conclusion

*All error was caused due to folder's directory mismatch. (solved)

★formatter is still not working! But this will not change the script content...can be ignored for now. Though it would be messy sometimes.

   This issue is linked to Python extension. (potential error spot) Something might gone wrong when I choose formatter as black or something else.

   current issue : formatter(black) does not apply to the current code.

 

====================================================

#python 3.9 was selected as default interpreter.

 

#(potential error spot): pipenv was not on the list to choose the interpreter on VSCode. Proceeded with Python 3.9 (dir -> windows) 

# refer 2.0 if error still persists. (accessing the virtual workplace/space may be the issue).

# If persists, may consider to install python on the airbnb-clone folder 

Windows에서 Python을 사용한 웹 개발 | Microsoft Docs

 

Windows에서 Python을 사용한 웹 개발

Flask 및 Django와 같은 프레임워크 설정을 포함하여 Windows에서 웹 개발을 위해 Python 사용을 시작하는 방법입니다.

docs.microsoft.com

# Due to no option's availabilty, abort all process. return for selecting the virtualenvs

Current assumption : Must work on virtualenvs #1.4

 

# Proceeded 'which django-admin

This is shock and awe. So, already in the virtualenvs.

 

there was some error and cannot proceed further...ROLLBACK.

start from #1.2.