public
Description: Django pluggable ecommerce app
Homepage: http://20seven.org
Clone URL: git://github.com/gregnewman/scofield-project.git
name age message
file .gitignore Sun Oct 19 16:50:10 -0700 2008 ignoring emacs semantic cache [gregnewman]
file LICENSE Fri Oct 10 04:09:32 -0700 2008 adding BSD license [gregnewman]
file README.rst Wed Oct 15 04:40:04 -0700 2008 edit readme [gregnewman]
directory scofield/ Mon Nov 17 05:31:46 -0800 2008 misc changes and fixes from a working fork, nam... [greg newman]
README.rst

SCOFIELD-PROJECT

In my need to provide my clients with a 'simple' shopping cart that's agile enough to customize quickly and pluggable enough to add to existing Django projects I have started the Scofield Project. To stick with the Jazz theme the Scofield Project is appropriately named after the Master Jazz Guitarist John Scofield.

Features

  • Nested Categories
  • Manufacturers
  • Multiple images per product with thumbnails and effects using sorl-thumbnail
  • Wishlist
  • Tagging
  • Threaded Comments for products
  • Products model is a abstract class allowing you to easily extend the fields

Dependencies

  • Django-Tagging
  • Django-ThreadedComments
  • Sorl-thumbnail
  • Django-Debug_toolbar (optional)

TODO:

  • Add simple checkout
  • Rethink the cart (whether or not to use generic relations and/or sessions)
  • Add views for Wishlist
  • Add tests

References

Contributors