Skip to content

extend models with teams

Compare
Choose a tag to compare
@maxmin93 maxmin93 released this 06 Oct 06:43
· 9 commits to main since this release
e6d6ee8

2022-10-06 변경사항

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