3 Star 9 Fork 3

baizunxian/zero_autotest_backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manage.py 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
baizunxian 提交于 2022-05-11 10:09 . # 新增数据字典脚本
from flask_cors import CORS
from flask_script import Manager
from autotest.app import create_app
app = create_app()
CORS(app, supports_credentials=True)
manager = Manager(app)
if __name__ == '__main__':
# app.run(debug=False, port=8012)
manager.run()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xb_xiaobai/zero_autotest_backend.git
git@gitee.com:xb_xiaobai/zero_autotest_backend.git
xb_xiaobai
zero_autotest_backend
zero_autotest_backend
master

搜索帮助