settings: added memcached config.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
f2e1347403
commit
36a9e0483d
1 changed files with 6 additions and 0 deletions
|
@ -224,6 +224,12 @@ CMS_PLACEHOLDER_CONF = {
|
|||
}
|
||||
}
|
||||
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||
'LOCATION': 'unix:/tmp/memcached.sock',
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
from dynamicweb.local.local_settings import *
|
||||
|
|
Loading…
Reference in a new issue