Skip to content

Files

Latest commit

956e688 · Apr 25, 2023

History

History

website

To launch the site

python run.py

To migrate the db (to include confirmed column that we will use later)

flask db migrate -m "Add confirmed column to User model"