>
> >
> > My secret weapon was :
> >
> > from google.appengine.dist import use_library
> >
> >
> > use_library('django', '1.1')
>
> For anyone: what the advantages of app-engine-patch (AEP) over and
> above the Google-packaged Django?
>
> I thought some were claiming loading a .zip file included with AEP was
> faster than the Google way.I must confess that the only drawback I saw in AEP was the load time - you can loose up to 5s per request on non-intensive instance. You can always build a ping keep-alive mechanism, but it's not in the spirit of the platform. > I thought some described that there is > functionality in AEP important to them that's not in the Google > Django. > There are. But I found ways to work around them. > > Dan > > -- > > 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]<app-engine-patch%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/app-engine-patch?hl=en. > > > -- 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.
