extend models with teams
2022-10-06
변경사항
- 디렉토리 구조를 변경
- api : teams, heroes, tutorials 으로 분할
- core : app 생성과 db 접속으로 분할
- models : team, hero, 상호참조 모델들을 정의한 joined
- heroes 와 teams 모델로 확장
- relationship 에 대한 update, select 추가
- pytest 도 추가
- tutorials API 추가
2022-10-06
변경사항