Skip to content
Wai-Yin Kwan edited this page Jul 10, 2015 · 2 revisions

run tests

run tests

python manage.py test

database migration

create and seed the database

python db_create_db.py

create new migration

python manage.py db migrate

apply the migration

python manage.py db upgrade

rollback migration

python manage.py db downgrade
Clone this wiki locally