Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Satchmo work in Google App Engine

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?

like image 206
adir1 Avatar asked Feb 28 '23 23:02

adir1


1 Answers

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.

like image 156
lprsd Avatar answered Mar 13 '23 08:03

lprsd