diff --git a/settings.py b/settings.py index 3781542..4cb56b3 100644 --- a/settings.py +++ b/settings.py @@ -212,11 +212,6 @@ ABSOLUTE_URL_OVERRIDES = { # Accounts AUTH_PROFILE_MODULE = 'accounts.UserProfile' -# Caching -CACHE_BACKEND = 'caching.backends.memcached://localhost:11211' -CACHE_PREFIX = 'snipt:' -CACHE_COUNT_TIMEOUT = 60 - # Search HAYSTACK_CONNECTIONS = { 'default': {