On Thursday, December 24, 2009, Nickolas Daskalou <[email protected]> wrote: > Do you have any links discussing what new framework the maintainers want to > switch to, and why? I was hoping to use app-engine-patch for a future > project, but if the original creators don't think it's the way to go, that > doesn't bode well for future AEP developers. >
We've switched to a new Django port which supports Django models. It's not ready for most people, though, and we need more help. The new maintainers didn't like that Django loads too much code in advance. They wanted to look into alternatives like Kay. I think we (the App Engine community) can adapt Django to solve this problem without switching to a minimalistic or gae-only framework. Again we need help. Only model preloading can't be turned off, but that should be a minor issue and it exists for a good reason (signals and reverse references and other model dependencies). Merry Christmas! Bye, Waldemar Kornewald -- Bye, Waldemar Kornewald -- You received this message because you are subscribed to the Google Groups "app-engine-patch" 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/app-engine-patch?hl=en.
