use_library('django', '1.1'); will import GAE's Django install into
your app, which I think is what GAEfan is trying to do.use_library ought to load much faster than out of a ZIP, and is less likely to result in half-baked GAE instances if you hit a DeadlineExceededError while your app is still importing modules. From that standpoint, it would be helpful to take your patches out of django.zip and separate them into their own module. Thanks! On Nov 10, 1:50 pm, Waldemar Kornewald <[email protected]> wrote: > If you do use Django then it won't help to monkey-patch it at runtime > because you still need to load Django before monkey-patching it. I'd > say you can't make the process considerably faster except by modifying > Django to load more of its modules lazily. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
