settings: cache

This commit is contained in:
rascencio 2015-09-16 02:02:00 -06:00
parent 79b9929b1b
commit 1cd2a30b12

View file

@ -253,12 +253,12 @@ CMS_PLACEHOLDER_CONF = {
}, },
} }
CACHES = { # CACHES = {
'default': { # 'default': {
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache', # 'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
'LOCATION': '127.0.0.1:11211', # 'LOCATION': '127.0.0.1:11211',
} # }
} # }
try: try:
from dynamicweb.local.local_settings import * from dynamicweb.local.local_settings import *