more stuff

This commit is contained in:
2022-11-12 21:28:13 -05:00
parent 82d45ea0ce
commit 7169bb11c9
7 changed files with 66 additions and 24 deletions

View File

@@ -1,5 +1,7 @@
from app import db, Period, Task, Event
db.create_all()
period1 = Period(period=1, periodTime='08:30:00', weekendSchedule=True)
period2 = Period(period=2, periodTime='09:00:00', weekendSchedule=True)