python -m venv venv 가상환경 조정
source venv/Scripts/activate 인스톨 초기화
pip list 인스톨 리스트
pip install django 장고 인스톨
pip install djangorestframework 장고프레임워크 인스톨
pip freeze > list.txt 텍스트파일로 리스트 뽑기
pip freeze -r list.txt
django-admin startproject ???? . 프로젝트 생성

.gitignore

profile
글 보다 코딩 먼저

1개의 댓글

comment-user-thumbnail
2023년 10월 20일

화이팅👏

답글 달기