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.
Dawid Lorenz 4c80e8b16d Resolving local URLs only when verify_exists is True. 14 years ago
docs Merge branch 'master' into search 14 years ago
examples Merged in master and added more tests for CSV import 14 years ago
oscar Resolving local URLs only when verify_exists is True. 14 years ago
.gitignore adding the start of an oscar.search app 15 years ago
FEATURES.rst Removed items to the tickets part of github 15 years ago
LICENSE Added BSD license 15 years ago
README.rst Updatd features file and converted readme to .rst 15 years ago
ROADMAP.rst Added roadmap document 15 years ago
requirements-dev.txt Merge branch 'master' into search 14 years ago
setup.py Merge remote branch 'kura/master' into csv-import 14 years ago

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/