populatedb.py
Closed this issue · 0 comments
grantal commented
A file to run when starting local development that would:
- run
db.create_all()
- add some users and events and such so that the schedule page isn't blank
This file would be run beforerunserver.py
is run for the first time