Skip to main content

A Django app to add product to store.

Project description

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

Quick start

  1. Add “advanced_cart” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'advanced_cart',
    ]
    
    Add below line to settings::
        CART_SESSION_ID = 'cart'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-advanced-cart-0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page