GithubHelp home page GithubHelp logo

akarca / django-tinycart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trilan/django-tinycart

0.0 2.0 0.0 89 KB

a simple cart application for Django

License: BSD 3-Clause "New" or "Revised" License

django-tinycart's Introduction

Django Tinycart

Django Tinycart is a simple cart application for a Django powered site, inspired by django-shop (but without products, orders, payments and shipping).

Features

  • Cart can be stored in session for anonymous users or bound with user for authenticated users.
  • Support for price modifiers for cart and cart items (e.g., for discounts or taxes).

Installation

  1. pip install git://github.com/trilan/django-tinycart.git#egg=django-tinycart

  2. Add 'tinycart' to your INSTALLED_APPS setting.

  3. Add 'tinycart.middleware.HTTPMethodOverrideMiddleware' and 'tinycart.middleware.CartMiddleware' to MIDDLEWARE_CLASSES.

  4. Add 'tinycart.context_processors.cart' to TEMPLATE_CONTEXT_PROCESSORS.

  5. Add app urls to your project URLConf:

    url(r'^cart/', include('tinycart.urls'))
    

Contributing

Feel free to fork, send pull requests or report bugs and issues on github.

django-tinycart's People

Contributors

xobb1t avatar yumike avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.