forked from marcinn/django-cart
-
Notifications
You must be signed in to change notification settings - Fork 2
A lightweight session-based shopping cart for Django projects
License
manfredmacx/django-cart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# django-cart Django-cart is a small, focused shopping cart meant to be integrated into custom django e-commerce solutions. If you're looking for something more robust, take a look at Satchmo; however, note that Satchmo has a pretty steep learning curve, and, in [the original author of django-cart's] opinion, isn't very Django-like. # Why we forked Initially, we had just copied the code into our own SVN repo. That was kind of silly. Other than that, after a few months, we have 45,000 empty carts in the database. Sure, we could write a cron script to take care of old ones, but it seems that a Django app should be taking care of its own garbage collection. Also, please note that it was our code causing all the carts. Don't want to blame that on the original cart authors. # What we changed 1) Added a few convenience functions 2) Added cart.cart.cart_processor so we always have a reference to the cart in our templates 3) Prettied up the admin
About
A lightweight session-based shopping cart for Django projects
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%