Do you know any popular website who has implemented Python + Django as ecommerce. Any tips on how to go about ita

Thanks

link|improve this question

50% accept rate
I too would be interested in a list of large e-commerce websites using django. Satchmo has a list of active sites, but I imagine many large sites roll their own. – Yuji Tomita Apr 9 '11 at 23:02
feedback

3 Answers

I think by far the most popular is django eCommerce platform is Satchmo.

Check out djangopackages eCommerce grid for more options. Most of the links have a list of sites using their framework.

Maybe checkout some books on the topic like: Beginning Django E-Commerce

link|improve this answer
feedback

There are several Django-based eCommerce "frameworks" out there, namely Satchmo and Lightning Fast Shop. Also, a new addition is Satchless which aims to better itself with respect to the two mentioned above (take note of the name)

link|improve this answer
feedback

After a brief stint (two production webshops) with Satchmo, I've decided that all of my future work will be on django-shop. It's supported by the same group that does django-cms, and the code is very good, and much more along the lines of a "reusable django app" than a full "does everything" django ecommerce.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.