Added study_groups

This commit is contained in:
Keannu Christian Bernasol 2023-06-27 21:12:03 +08:00
parent c4bca9777c
commit 701dc55e31
16 changed files with 140 additions and 63 deletions

View file

@ -67,6 +67,7 @@ INSTALLED_APPS = [
'year_levels',
'semesters',
'subjects',
'study_groups',
]
MIDDLEWARE = [