是否可以在 Google AppEngine 上使用 django Piston?
由于缺少各种依赖项,我无法这样做(主要是,我认为问题出在身份验证代码中,该代码依赖于 AppEngine 上不可用的 django 内容)
我想知道是否有人修补\分叉活塞让它在 AppEngine 上运行吗?
I haven't been able to do so due to all sort of missing dependencies (mainly, I think the problem is in the authentication code which relies on django stuff that is not available on AppEngine)
I was wondering if anyone patched\forked piston to get it working on AppEngine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://bitbucket.org/gumptioncom/django-piston-app-engine/< /a>
http://bitbucket.org/gumptioncom/django-piston-app-engine/
事实证明,Piston 和 AppEngine 的问题主要在于身份验证代码。
因此,我设法将 Piston 移植到 AppEngine,执行以下操作:
It turns out the problem with Piston and AppEngine is mainly when it comes to the authentication code.
So, I managed to port Piston to AppEngine doing the following:
我分叉了 django-oauth,使其与 app-engine-patch 兼容。因此它最终可以与 django-piston-app-engine 一起使用。
http://bitbucket.org/mtourne/django-oauth-appengine/
I've forked django-oauth, to make it compatible with app-engine-patch. So it could eventually be used with django-piston-app-engine.
http://bitbucket.org/mtourne/django-oauth-appengine/