Wednesday, September 1, 2010

Re: Surreptitious caching of JS in Django

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 - reinout@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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment