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!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to