settings: cache
This commit is contained in:
parent
79b9929b1b
commit
1cd2a30b12
1 changed files with 6 additions and 6 deletions
|
@ -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 *
|
||||||
|
|
Loading…
Reference in a new issue