3 Star 2 Fork 13

demothr/python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wsgi.py 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
demothr 提交于 2014-10-08 20:40 . Update wsgi.py
def application(environ, start_response):
status = '200 OK'
response_headers = [('Content-type','text/html')]
start_response(status, response_headers)
return ['<h1>Python Demo</h1><p>Project url: <a href="http://git.oschina.net/demothr/python">http://git.oschina.net/demothr/python</a></p><p>Guide : <a href="http://git.oschina.net/demothr/python#python">http://git.oschina.net/demothr/python#python</a></p><iframe src="http://git.oschina.net/paas_demo.html" frameborder="0" scrolling="no" width="500px" height="1500px"></iframe>']
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/demothr/python.git
git@gitee.com:demothr/python.git
demothr
python
python
master

搜索帮助