Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
David Winterbottom 7a2a4e2eef Moved import_catalogue into the partner app 14 anos atrás
docs Added a design decisions doc 14 anos atrás
examples Moved import_catalogue into the partner app 14 anos atrás
oscar Moved import_catalogue into the partner app 14 anos atrás
.gitignore Removed local settings file 14 anos atrás
LICENSE Added BSD license 15 anos atrás
README.rst Updatd features file and converted readme to .rst 15 anos atrás
requirements-dev.txt Merge branch 'master' into search 14 anos atrás
setup.py Fixed dependency links in setup.py 14 anos atrás

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/