什么是基于 python 的优秀网上商店软件?
我目前正在评估一个电子商务项目。 有没有什么好的基于Python的网上商店软件? 人们可以分享一些个人经历吗?
到目前为止我只发现:
来自 PHP 世界只发现有一个项目让我很满意。
有人有 Satchmo 的经验吗?
有没有好的商业解决方案? 网上商店软件在各个方面都可扩展(如果可能的话可读/可更改)非常重要,但根本不需要OSS。 具有支持协议的商业软件是足够公平的。
有什么好的推荐吗?
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:
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我还发现:
我没有尝试过,只是我自己也在寻找正确的起点(奥斯卡似乎是唯一支持分期付款的,所以我想我会使用它)。
另请参阅http://www.readncode.com/blog/ django 电子商务现状/
I also found:
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/
Satchmo 是一个很棒的项目,很成熟,并且用于直播电子商务网站。
另一款即将出现的 Django 电子商务应用程序是 Lightning Fast Shop。 我没有使用过它,但我检查了代码几次并且喜欢它的风格。
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.
萨奇莫还是很不错的 我使用过旧版本,它缺乏最新版本的一些内置可定制性,但即便如此,定制起来也很容易。
不要忘记,OSS 软件的一大优势是,即使应用程序本身没有公开自定义特定功能的方法,您也可以直接使用代码,以便可以直接进行更改。 。
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.