Api 개발/django
Django 설치 및 환경세팅
공부짱짱열심히하기
2023. 4. 20. 21:40
https://docs.djangoproject.com/en/2.0/intro/install/
Django
The web framework for perfectionists with deadlines.
docs.djangoproject.com
홈페이지 나와있는 설명대로 진행
1.파이썬 설치
(파이썬 가상환경 설정)
anaconda를 통해 환경 세팅
https://seonggongstory.tistory.com/2
1.환경세팅
아나콘다설치후 아나콘다 프롬프트 실행후 원칙) 메모장 습관화 명령어1) python -V :파이썬 버전을 확인 이해) 코딩중 띄어쓰기 유무는 정말 중요 파이썬의 버전이 3.9.13이니 실습시 사용하는 환경
seonggongstory.tistory.com
참고
2.장고 설치
프로젝트별로 환경설정이 가능하다
conda install django
pip install django