如何使 Satchmo 在 Google App Engine 中工作

发布于 2024-07-13 23:21:52 字数 193 浏览 3 评论 0原文

我知道数据存储方面存在很大差异,但既然 django 是捆绑的并且它从 Satchmo 中抽象出数据存储,那么可以做些什么吗?

事实上,我不是 Python 爱好者,到目前为止主要是 Java/PHP,但我愿意学习。

另外,如果今天不可能,让我们联合起来形成一个新的开源项目来“扩展”satchmo 或者对其进行分支,以实现兼容性?

I understand that there are big differences in data-store, but surely since django is bundled and it abstracts data-store away from Satchmo, something can be done?

Truth is that I am not a Python guy, been mostly Java/PHP thus far, but I am willing to learn.

Plus, if this is not possible today, lets band together and form a new Open Source project to "extend" satchmo or perhaps branch it, for compatibility?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

莳間冲淡了誓言ζ 2024-07-20 23:21:52

可能的情况是:

  • 有人将通用 ORM 写入 Bigtable 映射器。 最有可能的是,Appengine 补丁人员

  • 有人重写了Satchmo 的视图和模型来删除现有的 ORM 查询并使用补丁项目提供的 ORM 的最小功能,应该是您或 Satchmo 人员。

  • 有人使用 django 帮助程序项目进行了大量的黑客攻击,只能成为辅助项目人员。

Possible if:

  • Someone writes a generic ORM to Bigtable mapper. Most probably, Appengine Patch Guys

  • Someone rewrites the views and models of Satchmo to remove existing ORM queries and use the minimal functionality of the ORM provided by the patch project, should be either you or the Satchmo guys.

  • Someone hacks around a lot using the django helper project, can only be helper project guys.

人事已非 2024-07-20 23:21:52

你不能。 Satchmo 中有很多依赖项不允许您安装在 AppEngine 上。

另请参阅此帖子:http://groups。 google.com/group/satchmo-users/browse_thread/thread/509265ccd5f5fc1e?pli=1

You can't. There are alot of dependencies in Satchmo that you aren't allowed to install on AppEngine.

See this thread as well: http://groups.google.com/group/satchmo-users/browse_thread/thread/509265ccd5f5fc1e?pli=1

风向决定发型 2024-07-20 23:21:52

没有什么是不可能的——这只是需要大量的努力——如果有人希望这样做——为什么不呢? 但获得 Django 友好的托管可能更容易(更便宜),而不是花费数小时来破解代码。

Nothing is impossible - this will just require lots of effort - if there will be somebody wishing to do so - why not? But it might be easier (cheaper) to get Django friendly hosting instead of spending hours on hacking the code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文