> from django.core.cache import cache
> print cache
> <django.core.cache.backends.locmem.CacheClass object at 0x2705dd0>
> 
> In the shell it is using the locmem which I haven’t configured anywhere... 
> strange!

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.

-- 
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