settings: cache

This commit is contained in:
rascencio 2015-09-16 02:02:00 -06:00
parent 79b9929b1b
commit 1cd2a30b12
1 changed files with 6 additions and 6 deletions

View File

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