reed-college/kronos

populatedb.py

Closed this issue · 0 comments

A file to run when starting local development that would:

  1. run db.create_all()
  2. add some users and events and such so that the schedule page isn't blank
    This file would be run before runserver.py is run for the first time