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) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
