Smarter Django cart

Introduction

django-carting is a basic online store application for Django. It is designed in a sketchy manner to be like a rewritable application.

Demo is available:
http://carting-demo.05bit.com

Concept

It’s conceptually differs both from Satchmo and LFS projects. Basically, that’s just a “cart application” with utilities, which can used to build full-featured online store.

The two points are:

  • products catalog is always too custom to be customized
  • design and html layouts are usually totally new for commercial project

So, that parts should be rewritten from scratch each time.

Feature

Cart is smartly binded to user or session. It binds to authenticated user or stores in session for anonymous user. So, cart is remebered for authenticated user and does not dissappear when session expires.

Projects powered by