Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good python-based Webshop Software? [closed]

I am currently evaluating for an eCommerce project. Is there any good Python based webshop software. Are there any personal experiences people can share?

Until now I have only found:

  • http://www.satchmoproject.com/

Coming from the PHP world finding only ONE project seams akward to me.

Does anybody have experience with Satchmo?

Are there any good commercial solutions? It's highly important that the webshop software is extendable (and if possible readable/changeable) in every aspect, but it's not required at all to be OSS. Commercial software with support deal is fair enough.

Any good recommendations out there?

like image 231
Andreas Klinger Avatar asked Jul 13 '09 08:07

Andreas Klinger


2 Answers

I also found:

  • Plata (companion to the great FeinCMS)
  • Django-Shopkit
  • Django Shop
  • Satchless
  • Cartridge (coupled with Mezzanine CMS)
  • Oscar

I didn’t try any, was just looking for the right starting point myself (Oscar seems to be the only one that supports split payments, so I guess I'll use that). See also http://www.readncode.com/blog/the-state-of-ecommerce-in-django/

like image 196
Hraban Avatar answered Oct 14 '22 03:10

Hraban


Satchmo is a great project, mature, and used in live ecommerce sites.

The other up-and-coming Django ecommerce app that looks like it will be strong competition for Satchmo is Lightning Fast Shop. I haven't used it, but I've looked over the code a few times and like its style.

like image 44
Van Gale Avatar answered Oct 14 '22 02:10

Van Gale