【问题标题】:remote_api in google app engine is the best way to store data? [closed]谷歌应用引擎中的 remote_api 是存储数据的最佳方式吗? [关闭] 【发布时间】:2010-04-17 01:49:58 【问题描述】: 我不知道remote_api会做什么 谢谢 【问题讨论】: 标签: django google-app-engine 【解决方案1】: 您可以在此处阅读有关 remote_api 的信息:http://code.google.com/appengine/articles/remote_api.html 在高层次上,它允许您编写与您的 appengine 应用程序代码和数据存储交互的代码,而无需通过请求/响应模型。 【讨论】: