views:

973

answers:

3

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  A: 

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

Walker
Yea, I've seen that one... and why the negativity? I have sites running on osCommerce, but it's very outdated. There seems to be a vacuum of good e-commerce platforms nowadays...
adir1
A: 

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.

Marcin
+1  A: 

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.

Lakshman Prasad