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"