1 Star 0 Fork 0

枫中看雨/flaskblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
myblog.py 209 Bytes
一键复制 编辑 原始数据 按行查看 历史
枫中看雨 提交于 2020-03-20 17:10 . 修改前保存
# 从app模块中导入app应用
from app import app
# 防止被引用后执行,只有在当前模块中才可以使用
if __name__ == '__main__':
app.run(debug=True, host='192.168.0.109', port='5000')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fyypll/flaskblog.git
[email protected]:fyypll/flaskblog.git
fyypll
flaskblog
flaskblog
master

搜索帮助