On Nov 10, 1:16 am, GAEfan <[email protected]> wrote:
> Has anyone been able to get App Engine Patch working without importing
> Django.zip every time? We are getting far too many
> DeadlineExceededErrors.
>
> Unfortunately, AEP has essentially created a custom version of Django,
> so it's not really a 'patch' but a different version. Would be nice
> to make it a real patch, where it adds to the current Django, instead
> of rebuilding it.
>
> We need to find a way to stop importing AEP's Django every time. Any
> ideas?
>
> We use user authentication, (standard username, password, not Google
> ID)
Another way to tackle this would be to speed up the process of
importing from zip files:
http://bugs.python.org/issue7216
http://pastebin.com/f6153b5bd
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---