How to make Satchmo work in Google App Engine

2020-04-08 01:28发布

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?

3条回答
Summer. ? 凉城
2楼-- · 2020-04-08 01:33

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.

查看更多
老娘就宠你
3楼-- · 2020-04-08 01:33

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

查看更多
我只想做你的唯一
4楼-- · 2020-04-08 01:46

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.

查看更多
登录 后发表回答