選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
David Winterbottom aed0d58f82 Fixed bug in new version of import_module 14年前
docs Merge branch 'master' into search 14年前
examples Removed digitalshop example shop 14年前
oscar Fixed bug in new version of import_module 14年前
.gitignore Refactored image import 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 Merge remote branch 'kura/master' into csv-import 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/