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 dfdbbb3dfb Added client test for anonymous checkout пре 14 година
docs Merge branch 'master' of github.com:tangentlabs/django-oscar пре 14 година
examples Added client test for anonymous checkout пре 14 година
oscar Added client test for anonymous checkout пре 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 Added mock dependency to requirements-dev.txt пре 14 година
settings_local.py Got end-to-end Datacash transactions working пре 14 година
settings_test.py Renamed item.html, fixed typo пре 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/