Skip to content

Instantly share code, notes, and snippets.

@cwmanning
Created May 30, 2012 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwmanning/2837124 to your computer and use it in GitHub Desktop.
Save cwmanning/2837124 to your computer and use it in GitHub Desktop.
memcached settings
from .local import *
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211'
}
}
CACHE_MIDDLEWARE_SECONDS = 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment