Initial transition to move relationships from subject to schedules

This commit is contained in:
Keannu Christian Bernasol 2023-04-22 11:00:04 +08:00
parent 392bf195ae
commit 134df378c3
31 changed files with 334 additions and 22 deletions

View file

@ -44,7 +44,9 @@ INSTALLED_APPS = [
'djoser',
'subjects',
'corsheaders',
'students'
'students',
'professors',
'schedules',
]
MIDDLEWARE = [