您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Jonathan Moss cbd8532b86 adding documentation on oscar settings and changing BASKET_COOKIE_LIFETIME to OSCAR_BASKET_COOKIE_LIFETIME for consistency 14 年前
docs adding documentation on oscar settings and changing BASKET_COOKIE_LIFETIME to OSCAR_BASKET_COOKIE_LIFETIME for consistency 14 年前
examples Added tests for shipping methods and documentation 14 年前
oscar Updated line model to store partner ref for cases where product is deleted 14 年前
.gitignore Added more handling for bankcards and their forms 14 年前
LICENSE Added BSD license 14 年前
README.md Updated readme to link to readthedocs 14 年前
TODO Tweaked docs slightly 14 年前
requirements-dev.txt Updated reqs to Django 1.3 14 年前
setup.py Fixed typo in setup.py 14 年前

README.md

Django-Oscar - Flexible e-commerce on Django

django-oscar is a flexible ecommerce platform, designed to build domain-driven ecommerce sites to be constructed. It is not supposed to be a framework that can be downloaded and fully set up by simply adjusting a configuration file: there will always be some developer work required to make sure the models match those from your domain - this is the nature of domain modelling.

However, a small amount of work up front in determine the right models for your shop can really pay off in terms of building a high-quality application that is a pleasure to work with and maintain.

See the *.rst files within docs/source for documentation or visit http://readthedocs.org/docs/django-oscar/en/