Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Alexander Clausen e7b094fe88 remove duplicate mark_step_as_complete from oscar.apps.checkout.core_views 14 лет назад
docs Updated installation docs 14 лет назад
examples Added error handling for when an item exists in the DB but not on the filesystem 14 лет назад
oscar remove duplicate mark_step_as_complete from oscar.apps.checkout.core_views 14 лет назад
.gitignore Removed local settings file 14 лет назад
LICENSE Added BSD license 15 лет назад
README.rst Updatd features file and converted readme to .rst 15 лет назад
requirements-dev.txt Merge branch 'master' into search 14 лет назад
setup.py Fixed dependency links in setup.py 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/