Ai
2 Star 9 Fork 1

APIJSON/APIJSON-Python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wsgi_handler.py 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
import sys, os
path = os.path.dirname(os.path.abspath(__file__))
if path not in sys.path:
sys.path.insert(0, path)
from uliweb.manage import make_simple_application
application = make_simple_application(project_dir=path)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/APIJSON/APIJSON-Python.git
git@gitee.com:APIJSON/APIJSON-Python.git
APIJSON
APIJSON-Python
APIJSON-Python
master

搜索帮助