# Pastebin RxFfD0ly ducttape_: ok, for some reason I had the wrong port for memcached. So I’ve fixed that, and now I have… SESSION_ENGINE='django.contrib.sessions.backends.cache' CACHES = { 'default': { 'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION' : '127.0.0.1:11000', } }