There's an undocumented way to do this: http://stackoverflow.com/questions/4994913/app-engine-default-django-version-change/6289004#6289004
On Wed, Sep 21, 2011 at 1:59 AM, saintthor <[email protected]> wrote: > i put the code in handler file. and the same error occurs in > use_library(). > > On 9月21日, 上午10时24分, "roberto.cr" <[email protected]> wrote: >> as Jose has said, put the code you pasted here in the beginning of the >> script >> some stuff load django code without you knowing, like some stuff from >> google.appengine.ext.webapp if I remember correctly >> >> On Sep 20, 8:31 pm, Jose Montes de Oca <[email protected]> >> wrote: >> >> >> >> >> >> >> >> > Are you adding that code in the beginning of your script handler your >> > application use? > > -- > 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. > > -- 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.
