I really didn't configure any caching of JS myself, with the exception that
it gets served statically. Disabling cache altogether is not an attractive
option as my testing goes against expensive queries.



Reinout van Rees wrote:
> 
> On 08/30/2010 07:52 PM, buddhasystem wrote:
>>
>> Hello,
>> with the generous help of many of you, I easily set up JSON caching
>> feature
>> in my Django app, in a few views.
>>
>> The problem I'm now facing is that according to what I observe, Django
>> also
>> caches Javascript code in its memcached backend.
> 
> That's probably something you configured yourself.
> 
> Anyway, in development you can uncomment any CACHE_BACKEND in your 
> settings.py and no caching will happen.
> 
> 
> Reinout
> 
> 
> -- 
> Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
> Collega's gezocht!
> Django/python vacature in Utrecht: http://tinyurl.com/35v34f9
> 
> -- 
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@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.
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Surreptitious-caching-of-JS-in-Django-tp29575393p29594246.html
Sent from the django-users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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