使用GAE remote api和本地(dev)安装

Pan*_*Jee 4 api google-app-engine

有没有人发现使用GAE远程api而不是连接到AppEngine连接到localhost?当然是出于开发目的

nat*_*don 5

我能够通过将以下内容添加到app.yaml文件来实现此功能

builtins:
- remote_api: on
Run Code Online (Sandbox Code Playgroud)

然后从命令行可以访问db,users,urlfetch或memcache模块

remote_api_shell.py -s localhost:8080
Run Code Online (Sandbox Code Playgroud)

这将提示您输入电子邮件和密码,但这并不重要.remote_api_shell.py位于我的google app引擎目录路径上