1 Star 23 Fork 21

那些年踩过的坑 / flask-restful-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.py 159 Bytes
一键复制 编辑 原始数据 按行查看 历史
from app.factory import create_app, celery_app
app = create_app(config_name="DEVELOPMENT")
app.app_context().push()
if __name__ == "__main__":
app.run()
1
https://gitee.com/NaXieNianCaiGuoDeKang/flask-restful-example.git
git@gitee.com:NaXieNianCaiGuoDeKang/flask-restful-example.git
NaXieNianCaiGuoDeKang
flask-restful-example
flask-restful-example
master

搜索帮助