On Oct 22, 3:32 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > utilities is just a bunch of, well, utilities, to make working with > appengine easier, and is not django specific at all. It started > because I recognized that there was no session api for appengine at > all. Both helper and patch have gotten Django sessions working, and > I'm not sure what level of support they offer for cache in django. I > created appengine-utilities specifically to handle sessions and cache > the best possible way on appengine, taking advantage of memcache to > provide the best performance.
Appenginepatch allows to use Django's memcache backend, so everything should just work. Apart from the goal of making Django work seamlessly, appenginepatch also provides a library of utility functions/extras. For example, our most recent addition is a prefetcher for reference properties which could help speed up your code. Just take a look at the (uhm, minimalistic :) documentation: http://code.google.com/p/app-engine-patch/wiki/Documentation Bye, Waldemar Kornewald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
