gregnewman / scofield-project
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
9c91e65
greg newman (author)
Mon Nov 17 05:31:46 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.rst | ||
| |
scofield/ |
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
- 20seven: http://20seven.org
- John Scofield: http://johnscofield.com
Contributors
- HowIWorkDaily http://github.com/howiworkdaily

