python 如何在 Django 中构建电子商务购物车?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1111173/
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
How to build an Ecommerce Shopping Cart in Django?
提问by Ibn Saeed
Is there a book or a tutorial which teaches how to build a shopping cart with django or any other python framework ?
有没有教如何使用 django 或任何其他 python 框架构建购物车的书或教程?
回答by AlbertoPL
There's a book coming out that talks about just that. See here:
有一本即将出版的书谈到了这一点。看这里:
http://www.apress.com/book/view/9781430225355
http://www.apress.com/book/view/9781430225355
Edit: The above link is dead, so here's a working link for the book: https://play.google.com/store/books/details?id=LwO1GzMN_QsC
编辑:上面的链接已失效,所以这里有本书的工作链接:https: //play.google.com/store/books/details?id=LwO1GzMN_QsC
It's called Beginning Django E-Commerce by James McGaw.
它被 James McGaw 称为 Beginning Django E-Commerce。
回答by tjazz
Satchmo project is a known open source shopping cart.
http://www.satchmoproject.com/
Satchmo 项目是一个众所周知的开源购物车。
http://www.satchmoproject.com/
回答by Andriy Drozdyuk
Ingredients:
原料:
- one cup PayPal (or subsitute with other equivalent payment system)
- few cups html
- add css to taste
- add django if desired
- 一杯 PayPal(或用其他等效的支付系统代替)
- 几杯 html
- 添加css来品尝
- 如果需要,添加 django
Cooking:
烹饪:
- Mix well.
- Bake for 1-2 month.
- 搅拌均匀。
- 烤1-2个月。
Release as open source :-)
作为开源发布:-)