You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
DB Model Class 정의
User와 Relation, Library와 Relation 정의
CRUD 구현
GET api/v1/speaker
POST api/v1/speaker
GET api/v1/speaker/int:pk
PUT api/v1/speaker/int:pk
DELETE api/v1/speaker/int:pk
DB Migration
Fields 정의
Speaker
name
email
phone
password
is_email_verified
email_sended_at
session_time(2개중 택1)
library_id
FutherInfo
title
content
attachments
The text was updated successfully, but these errors were encountered: