Skip to content

Instantly share code, notes, and snippets.

@STPo
Created May 6, 2014 13:34
Show Gist options
  • Save STPo/43e3d0e41000afd41dae to your computer and use it in GitHub Desktop.
Save STPo/43e3d0e41000afd41dae to your computer and use it in GitHub Desktop.
# cache settings
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
# 'BACKEND': 'redis_cache.RedisCache',
# 'LOCATION': '%s:%d' % (REDIS_HOST, REDIS_PORT),
# 'OPTIONS': {
# 'DB': REDIS_DB_CACHE,
# },
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment