Created students app

This commit is contained in:
Keannu Christian Bernasol 2023-03-21 21:49:26 +08:00
parent 4c8eb00197
commit 8527870f90
12 changed files with 129 additions and 1 deletions

View file

@ -42,7 +42,8 @@ INSTALLED_APPS = [
'rest_framework',
'rest_framework.authtoken',
'djoser',
'subjects'
'subjects',
'students'
]
MIDDLEWARE = [