On Feb 15, 6:31 pm, Allen <[email protected]> wrote: > you know ,I just following the "Getting Start" of Goog App. In my > application folder, there're just main.py, app.yaml, and some pics. > there's no so-called common folder. > how can I update step by step.
If you download the sample project provided by app-engine-patch it will contain the `common` folder containing Django, the patch, and other goodies. Follow the instructions at [1], they are quite step-by- steppy. > 1.although I just run it locally by "dev_appserver.py" (not under > Google App Engine), it can different request in the same time. (user > two computers in the same LAN to visite the hosting application by > "dev_appserer.py". The SDK is not designed for this, it can handle only one request at a time and has other limitations. I think this was covered in the other thread you opened [2]. > 2.it has custom authoriation system (no need to user Google Account). See the documentation for app-engine-patch, this page [3] in particular. [1] http://code.google.com/p/app-engine-patch/wiki/GettingStarted [2] http://groups.google.com/group/google-appengine/browse_thread/thread/f8a13cbd8307402f [3] http://code.google.com/p/app-engine-patch/wiki/CustomUserModel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
