Commit 115e42fc by Guba Sándor

settings: updated to real memchached

parent e21d07d4
...@@ -38,7 +38,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' ...@@ -38,7 +38,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
# See: https://docs.djangoproject.com/en/dev/ref/settings/#caches # See: https://docs.djangoproject.com/en/dev/ref/settings/#caches
CACHES = { CACHES = {
'default': { 'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', 'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
'LOCATION': '127.0.0.1:11211',
} }
} }
########## END CACHE CONFIGURATION ########## END CACHE CONFIGURATION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment