1 Star 2 Fork 1

aninstein/learn_python_web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manage.py 110 Bytes
一键复制 编辑 原始数据 按行查看 历史
张凯强 提交于 2018-03-09 16:13 . 完成首页前后端代码
from job_web.app import create_app
app = create_app('development')
if __name__ == '__main__':
app.run()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aninstein/learn_python_web.git
git@gitee.com:aninstein/learn_python_web.git
aninstein
learn_python_web
learn_python_web
master

搜索帮助