You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Winterbottom 9614ee181c Added handling of no search results 14 年之前
docs Merge branch 'master' of github.com:tangentlabs/django-oscar 14 年之前
examples Tidied up fixture files 14 年之前
oscar Added handling of no search results 14 年之前
.gitignore Removed local settings file 14 年之前
LICENSE Added BSD license 14 年之前
README.rst Updatd features file and converted readme to .rst 14 年之前
requirements-dev.txt Added mock dependency to requirements-dev.txt 14 年之前
settings_test.py Moved settings file 14 年之前
setup.py Added sorl thumbnails to product pages 14 年之前

README.rst

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://django-oscar.readthedocs.org/en/latest/