Re: Django Shopping Cart

2013-04-23 Thread Lazybird
You can have a look at django-carton<https://github.com/lazybird/django-carton>, a simple shopping cart application that handles cart item in django session and lets you write you product models the way you want. -- You received this message because you are subscribed to the Google

Re: e commerce django framwork

2013-04-23 Thread Lazybird
Hi, If you are looking for a simple shopping cart application, you can have a look at django-carton <https://github.com/lazybird/django-carton>. It provides a basic framework for managing cart items. It lets your build the front-end part and the payment processing yourself. -- You re

Re: Which django-cart fork should I use?

2013-04-23 Thread Lazybird
Hi, You can try django-carton <https://github.com/lazybird/django-carton>, it's a simple shopping cart Django application. The cart lives in the session and you can define your product models the way you want. There is also a discussion on stackoverflow<http://stackoverflow.com/qu