How to make Satchmo work in Google App Engine

↘锁芯ラ 提交于 2019-12-01 21:05:19

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.

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!