将数据操作全部改为迁移脚本

This commit is contained in:
zhengxinonly
2021-06-14 02:10:29 +08:00
parent 9e8a5357be
commit d7c7237cd4
37 changed files with 452 additions and 536 deletions
-3
View File
@@ -1,6 +1,3 @@
from applications import create_app
app = create_app()
if __name__ == '__main__':
app.run()