当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
18 Star 33 Fork 28

tube/newBlog_me
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.wsgi 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
kunzi 提交于 2014-11-30 11:36 +08:00 . 上传项目
ys.path.insert(0, os.path.join(root, 'site-packages'))mport sae
from mysite import wsgi
import os
import pylibmc
import sys
sys.modules['memcache'] = pylibmc
root = os.path.dirname(__file__)
sys.path.insert(0, os.path.join(root, 'site-packages'))
application = sae.create_wsgi_app(wsgi.application)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/0x0021/newBlog_me.git
git@gitee.com:0x0021/newBlog_me.git
0x0021
newBlog_me
newBlog_me
master

搜索帮助