Autocreate superuser from .env file as well as autogenerate year level and course records

This commit is contained in:
Keannu Christian Bernasol 2023-06-27 15:41:34 +08:00
parent 48f6bee125
commit ceba84acb5
16 changed files with 174 additions and 4 deletions

View file

@ -64,6 +64,7 @@ INSTALLED_APPS = [
'accounts',
'student_status',
'courses',
'year_levels',
]
MIDDLEWARE = [