mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Add course model
This commit is contained in:
parent
f0d052bc66
commit
a12e66caed
12 changed files with 72 additions and 1 deletions
|
@ -63,6 +63,7 @@ INSTALLED_APPS = [
|
|||
'rest_framework.authtoken',
|
||||
'accounts',
|
||||
'student_status',
|
||||
'courses',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue