거북이들 모여서 장고스터디 결성함.
(사실상 진짜 거북이는 나밖에 없는 느낌...)
#git bash
python -m venv venv
source venv/Scripts/activate
pip install django==4.2
django-admin startproject 프로젝트이름
#경튜는 config . 사용
python manage.py startapp accounts
python manage.py startapp blog