satchmo

django-cart or Satchmo?

自闭症网瘾萝莉.ら 提交于 2019-12-02 16:19:11
I'm looking to implement a very basic shopping cart. Satchmo seems to install a lot of applications and extra stuff that I don't need. I've heard others mention django-cart . Has anyone tried this Django app (django-cart)? Anything to watch for or any other experiences? Well if you want to use django-cart you should view it as a starting point for developing your own. The last commit (r4) for the project was November 2006. By comparison, the last commit (r1922) to Satchmo was a couple of hours ago. With Satchmo you get code that is under active development and actually used by real e-commerce

How to make Satchmo work in Google App Engine

↘锁芯ラ 提交于 2019-12-01 21:05:19
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? 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

How to make Satchmo work in Google App Engine

江枫思渺然 提交于 2019-12-01 18:57:17
问题 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? 回答1: Possible if: Someone writes a generic ORM to Bigtable mapper. Most probably,