Django-nonrel ≤1.3 and Memcache on Google App Engine

拥有回忆 提交于 2019-12-05 08:15:57

djangoappengine has standard settings. At the top of your settings.py you should have "from djangoappengine.settings_base import *". You can take a look at the settings_base module to see all backends and default settings.

Try: CACHE_BACKEND = 'memcached://?timeout=0'.

Source: http://bitbucket.org/wkornewald/djangoappengine/src/tip/settings_base.py

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!