settings: python-memcache -> pylibmc
This commit is contained in:
parent
8c24aaf2fb
commit
086e72c5c6
3 changed files with 7 additions and 2 deletions
|
|
@ -255,8 +255,8 @@ CMS_PLACEHOLDER_CONF = {
|
|||
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||
'LOCATION': 'unix:/tmp/memcached.sock',
|
||||
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
|
||||
'LOCATION': '127.0.0.1:11211',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue