# Pastebin QxcpCLGO SESSION_ENGINE='django.contrib.sessions.backends.cache' CACHES = { 'default': { 'BACKEND' : 'django.core.cache.backends.locmem.LocMemCache' } }