장고 프레임워크의 전반적인 개발 흐름
migrate, 정참조&역참조, related_name
field option, relationship fields, field types
urls.py
Model Manager, QuerySet, CRUD
django project 초기설정
bcrypt와 jwt를 활용한 회원가입 & 로그인 기능 구현
access_token을 decode 해주는 데코레이터
select_related, prefetch_related
Endpoint
Httpie & postman 을 이용한 api test
Django Unit testing
pagination - offset, limit
django self-referencing modeling