摘要: 一。运行命令 在项目的终端可以使用如下命令,操作项目python python manage.py runserver # 启动flask 服务python manage.py db init # 只有第一次迁移时,才会执行 该命令, 执行完,会生成迁移文件python manage.py db m 阅读全文
posted @ 2021-06-01 16:10 孟琦 阅读(46) 评论(0) 推荐(0)