강의는 앞서 진행했던 drf 프로젝트의 코드로 진행하겠습니다!
본인 프로젝트의 코드로 하시는것이 더 좋습니다!
다운로드 후
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt