Added time schedule model

This commit is contained in:
Keannu Christian Bernasol 2023-04-22 13:42:09 +08:00
parent 864643278c
commit 1b02c8f3c6
20 changed files with 193 additions and 21 deletions

View file

@ -47,6 +47,7 @@ INSTALLED_APPS = [
'students',
'professors',
'schedules',
'timeslots',
]
MIDDLEWARE = [
@ -156,3 +157,5 @@ EMAIL_PORT = '2525'
CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOW_CREDENTIALS = True
TIME_INPUT_FORMATS = ['%I:%M %p',]