Use memcached instead of local cache for Horizon

Change-Id: I9e68e1c96593e5d3ae1c1b79629043d7eaf79d49
This commit is contained in:
Sergey Lukjanov 2016-09-15 09:38:33 -07:00
parent a51bab72d4
commit f71dfb4004
1 changed files with 0 additions and 2 deletions

View File

@ -133,8 +133,6 @@ CACHES = {
},
}
CACHES = {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',},}
# Send email to the console by default
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
# Or send them to /dev/null