1 Star 0 Fork 1

quyihuang/API

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manager.py 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
quyihuang 提交于 2019-06-28 16:31 . 源码
#! /usr/bin/env python3
# coding=utf-8
from application import manager, app
from flask_script import Server
import www
##web server
manager.add_command("runserver", Server( host="0.0.0.0", port=app.config['SERVER_PORTS'], use_debugger=app.config['DEBUG'], use_reloader=True))
def main():
manager.run()
if __name__ == "__main__":
try:
import sys
sys.exit( main() )
except Exception as e:
import traceback
traceback.print_exc() #打印详细异常
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/quyihuang/API.git
git@gitee.com:quyihuang/API.git
quyihuang
API
API
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385