Added student_status model

This commit is contained in:
Keannu Christian Bernasol 2023-06-26 22:06:05 +08:00
parent 7762f72ce2
commit ed6a66e989
15 changed files with 143 additions and 13 deletions

View file

@ -62,7 +62,7 @@ INSTALLED_APPS = [
'djoser',
'rest_framework.authtoken',
'accounts',
'student_status',
]
MIDDLEWARE = [