[google-appengine] Re: How-to on serving Dojo/Django using zips with 1.1.3

2008-09-18 Thread Roberto Saccon
Thanks for sharing this, Adam. I have been experimenting myself with a patched dojango (submitted the patch on their issuetracker) to get around the 1000 files limit. One possible performance problem with the zipfile approach is that the files are served dynamically form the python application i

[google-appengine] Re: How-to on serving Dojo/Django using zips with 1.1.3

2008-09-17 Thread Peter Svensson
Thanks Adam! This is really helpful. Even though you can use both AOL and Google to load Dojo cross-domain, there are scenarios where you really want to serve everything yourself. Cheers, PS On Thu, Sep 18, 2008 at 12:05 AM, Adam Fisk <[EMAIL PROTECTED]> wrote: > > I just wrote a post on how to