1 Star 0 Fork 0

DavidGao/sympy_gamma

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.py 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
Amit Kumar 提交于 2020-06-04 07:59 +08:00 . Update app.yml and main.py for py37
from app.wsgi import application
# App Engine by default looks for a main.py file at the root of the app
# directory with a WSGI-compatible object called app.
# This file imports the WSGI-compatible object of your Django app,
# application from mysite/wsgi.py and renames it app so it is discoverable by
# App Engine without additional configuration.
# Alternatively, you can add a custom entrypoint field in your app.yaml:
# entrypoint: gunicorn -b :$PORT mysite.wsgi
app = application
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/david606/sympy_gamma.git
git@gitee.com:david606/sympy_gamma.git
david606
sympy_gamma
sympy_gamma
master

搜索帮助