feature: 新增数据模型

This commit is contained in:
zhengxinonly
2023-09-27 17:49:13 +08:00
parent 4db050c93d
commit 9bf89e5919
9 changed files with 210 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FLASK_DEBUG=True # 开启调试模式
FLASK_RUN_PORT=5050 # 设置运行的端口
FLASK_RUN_HOST=0.0.0.0 # 设置监听的 ip
FLASK_APP="apps:create_app()" # 运行程序
FLASK_APP="pear_admin:create_app()" # 运行程序