diff --git a/extras/website/website/settings.py b/extras/website/website/settings.py index c2d38e3d2..844f94da2 100644 --- a/extras/website/website/settings.py +++ b/extras/website/website/settings.py @@ -110,6 +110,8 @@ MIDDLEWARE_CLASSES = ( # 'django.middleware.clickjacking.XFrameOptionsMiddleware', ) +SESSION_ENGINE = 'django.contrib.sessions.backends.cache' + ROOT_URLCONF = 'website.urls' # Python dotted path to the WSGI application used by Django's runserver.