Re: reworked cache management

2005-10-09 Thread Eugene Lazutkin
Georg, Thank you for comprehensive answers. I think the part about interaction between different types of middleware should go directly to Django's documentation. Thanks, Eugene "hugo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > >>1) If I want to use all 3 cache mi

Re: A 'main' template for use in peoples applications

2005-10-09 Thread Adrian Holovaty
On 10/9/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > one of the (minor) drawbacks I see with django is the copyright and > restriction of use of the code templates which come with django. I think you may be misunderstanding. The admin templates that come with Django are BSD-licensed, just like th

django + ajax

2005-10-09 Thread BleSS
does django is going to integrate ajax in a near future? I think that mochikit is a good option

A 'main' template for use in peoples applications

2005-10-09 Thread Ian Holsman
Hi. one of the (minor) drawbacks I see with django is the copyright and restriction of use of the code templates which come with django. This makes it hard for people to bring up a quick prototype to the pointy-heads. so in order to help out I'd like to contribute a BSD-licenced template/design

Re: reworked cache management

2005-10-09 Thread hugo
Hi, >1) If I want to use all 3 cache middlewares + session middleware, what is >the correct order now? Is this stack correct: They can have allmost any order you like, but you have to make sure that the cache middleware is after all middlwares that might change content depending on headers - for