什么是好的基于 python 的网上商店软件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1118372/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is a good python-based Webshop Software?
提问by Andreas Klinger
I am currently evaluating for an eCommerce project. Is there any good Python based webshop software. Are there any personal experiences people can share?
我目前正在评估一个电子商务项目。有没有好的基于 Python 的网店软件。有什么个人经验可以分享吗?
Until now I have only found:
直到现在我只发现:
Coming from the PHP world finding only ONE project seams akward to me.
来自 PHP 世界,发现只有一个项目对我来说很有吸引力。
Does anybody have experience with Satchmo?
有人有使用 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.
有什么好的商业解决方案吗?非常重要的是,网店软件在各个方面都是可扩展的(如果可能的话,可读/可更改),但它根本不需要是OSS。有支持交易的商业软件就足够公平了。
Any good recommendations out there?
有什么好的推荐吗?
采纳答案by Van Gale
Satchmo is a great project, mature, and used in live ecommerce sites.
Satchmo 是一个伟大的项目,成熟并用于实时电子商务网站。
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.
另一个崭露头角的 Django 电子商务应用程序看起来将与 Satchmo 展开激烈竞争,它是Lightning Fast Shop。我没有使用过它,但我已经看过几次代码并且喜欢它的风格。
回答by Hraban
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/
我没有尝试任何,只是自己寻找正确的起点(奥斯卡似乎是唯一支持分期付款的,所以我想我会使用它)。另见http://www.readncode.com/blog/the-state-of-ecommerce-in-django/
回答by Daniel Roseman
Satchmo is pretty good. I've used an older version, which lacked some of the built-in customisability of the more recent versions, but even so it was pretty easy to customise.
萨奇莫还不错。我使用了较旧的版本,它缺乏较新版本的一些内置可定制性,但即便如此,定制还是很容易的。
Don't forget that the one big advantage of OSS software is that even if the app itself doesn't expose a way to customise a particular bit of functionality, you've got the code right there so you can dive right in and change it.
不要忘记 OSS 软件的一大优势是,即使应用程序本身没有公开自定义特定功能的方法,您也已经拥有代码,因此您可以直接进入并更改它.