Re: cache and multple languages

2009-08-06 Thread cwurld
Hi, Thanks for the response and for sharing your code. It looks like it is exactly what I need. I am somewhat surprised that functionality is not a standard part of django. I will give it a try sometime next week! Thanks again, Chuck On Aug 5, 5:17 pm, kmike wrote: > Hi, > I've recently creat

Re: cache and multple languages

2009-08-05 Thread kmike
Hi, I've recently create an app for advanced view caching. It allow pages to be cached based on anything in request, specific cookies for example. Please check http://bitbucket.org/kmike/django-view-cache-utils/wiki/Home If you have any questions about it feel free to ask. On 5 авг, 20:11, cwurl

cache and multple languages

2009-08-05 Thread cwurld
Hi, I have been successfully running a multi-language site for a while now. The users language pref is stored (along with other data) in a cookie. Recently, I have been trying to cache some of the more common and processor intensive views. Since the language code is not in the url, I can't figur