Add course model

This commit is contained in:
Keannu Christian Bernasol 2023-06-27 14:16:40 +08:00
parent f0d052bc66
commit a12e66caed
12 changed files with 72 additions and 1 deletions

View file

@ -63,6 +63,7 @@ INSTALLED_APPS = [
'rest_framework.authtoken',
'accounts',
'student_status',
'courses',
]
MIDDLEWARE = [