Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
David Winterbottom 7a2a4e2eef Moved import_catalogue into the partner app vor 14 Jahren
docs Added a design decisions doc vor 14 Jahren
examples Moved import_catalogue into the partner app vor 14 Jahren
oscar Moved import_catalogue into the partner app vor 14 Jahren
.gitignore Removed local settings file vor 14 Jahren
LICENSE Added BSD license vor 15 Jahren
README.rst Updatd features file and converted readme to .rst vor 15 Jahren
requirements-dev.txt Merge branch 'master' into search vor 14 Jahren
setup.py Fixed dependency links in setup.py vor 14 Jahren

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/