Search code examples
pythondjangoshopping-cart

How to build an Ecommerce Shopping Cart in Django?


Is there a book or a tutorial which teaches how to build a shopping cart with django or any other python framework ?


Solution

  • There's a book coming out that talks about just that. See here:

    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

    It's called Beginning Django E-Commerce by James McGaw.