Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/04/2013, 11:43
minimal
 
Fecha de Ingreso: diciembre-2011
Mensajes: 408
Antigüedad: 12 años, 4 meses
Puntos: 18
Respuesta: Django problema con memcached

si espera ya te muestro

Código:
CACHE_COUNT_TIMEOUT = 360 
CACHE_EMPTY_QUERYSETS = True

CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
        'LOCATION': '127.0.0.1:11211',
    }
}