remove REAL_CACHE_USED from settings.py

This commit is contained in:
Laura Klünder 2017-06-21 17:12:17 +02:00
parent d055103e2d
commit 007189dafa

View file

@ -89,7 +89,7 @@ CACHES = {
'LOCATION': 'unique-snowflake',
}
}
REAL_CACHE_USED = False
SESSION_ENGINE = "django.contrib.sessions.backends.db"
HAS_MEMCACHED = config.has_option('memcached', 'location')