Added subjects model

This commit is contained in:
Keannu Christian Bernasol 2023-03-21 21:22:14 +08:00
parent fcbb57bd98
commit 4c8eb00197
12 changed files with 96 additions and 2 deletions

View file

@ -41,7 +41,8 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'rest_framework',
'rest_framework.authtoken',
'djoser'
'djoser',
'subjects'
]
MIDDLEWARE = [