django-advanced-cart 0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoadvancedcart 0.2

Django Advanced Cart is a Django app to store product in cart.

Quick start

Add “advanced_cart” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'advanced_cart',
]

Add below line to settings::
CART_SESSION_ID = 'cart'

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.