Hacker News new | ask | show | jobs
by davepeck 6013 days ago
Got it. I just wondered if there were standard-Django features you wanted to use, but couldn't (easily) without AEP. It sounds, however, like it was all the other in-package goodies that made AEP desirable.

If there were a "GAE django starter project" that included jQuery etc. but made use of use_library(), would that be interesting?

1 comments

Yes, that would be interesting because the startup time for loading the zipped Django 1.1 package is significant. Maybe app-engine-patch can be tweaked to use_library()?