Found, that if set CACHE_BACKEND = 'locmem://' then caching middleware
works fine.
On Mar 15, 11:40 am, muzhig wrote:
> Hello! I'm trying to achieve cache site. Launched memcached,
> made the necessary adjustments:
>
> CACHE_BACKEND = 'memcached://unix:/home/username/memcached.sock'
> CACHE_MIDDL
Hello! I'm trying to achieve cache site. Launched memcached,
made the necessary adjustments:
CACHE_BACKEND = 'memcached://unix:/home/username/memcached.sock'
CACHE_MIDDLEWARE_SECONDS = 600
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
added two middleware entries as it stated in the documentation
MIDDLE
2 matches
Mail list logo