mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Added student_status model
This commit is contained in:
parent
7762f72ce2
commit
ed6a66e989
15 changed files with 143 additions and 13 deletions
|
@ -62,7 +62,7 @@ INSTALLED_APPS = [
|
|||
'djoser',
|
||||
'rest_framework.authtoken',
|
||||
'accounts',
|
||||
|
||||
'student_status',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue