04-memcached.py.erb 149 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', } }