mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-08-02 01:23:19 +08:00
Added time schedule model
This commit is contained in:
parent
864643278c
commit
1b02c8f3c6
20 changed files with 193 additions and 21 deletions
|
@ -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',]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue