启动项目
python manage.py runserver
数据库迁移
# 初始化python manage.py db migrate -m 'init tables'# 迁移python manage.py db upgrade