mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-16 11:28:14 +08:00
Initial transition to move relationships from subject to schedules
This commit is contained in:
parent
392bf195ae
commit
134df378c3
31 changed files with 334 additions and 22 deletions
|
@ -44,7 +44,9 @@ INSTALLED_APPS = [
|
|||
'djoser',
|
||||
'subjects',
|
||||
'corsheaders',
|
||||
'students'
|
||||
'students',
|
||||
'professors',
|
||||
'schedules',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue