1 Star 3 Fork 1

zhaihao/boxed_reptile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manage.py 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaihao 提交于 2020-06-10 15:51 . venv init book
import os
from flask_script import Manager
from App import create_app
env = os.environ.get('FLASK_ENV','development')
app = create_app(env)
app.secret_key = '!@#$%^&*()11'
manager = Manager(app=app)
if __name__ == '__main__':
manager.run()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mzhai/boxed_reptile.git
[email protected]:mzhai/boxed_reptile.git
mzhai
boxed_reptile
boxed_reptile
master

搜索帮助