Thursday, February 3, 2011

Re: Memcache configured, but not used !?


On 03.02.2011, at 13:39, Xavier Ordoquy wrote:

I'm not sure it is.
Can you make sure you are using django 1.3 ?
in the shell do:
import django
print django.VERSION

If it says 1, 2, whatever, your configuration isn't correct as CACHES is for 1.3

Xavier.

ahh! ok. I was looking at the 1.3 docs but using 1.2.4

I will try using : CACHE_BACKEND = 'memcached://127.0.0.1:11211/'

Thanks a lot!

No comments:

Post a Comment