https://code.visualstudio.com/docs/python/tutorial-django
폴더 생성 후 이동
python3 -m venv venvsource venv/bin/activate
장고 다운로드 후
python -m pip install django
프로젝트를 생성한다.
django-admin startproject web_project .
앱 생성
python manage.py startapp hello