Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
David Winterbottom 52d4e3ffb9 Merge branch 'master' of github.com:tangentlabs/django-oscar il y a 14 ans
docs MASSIVE commit as the word 'item' is phased out in favour of 'product' to make things more consistent. Also, renamed product app to catalogue il y a 14 ans
examples Split vouchers into a separate app that can be overridden il y a 14 ans
oscar Added handling of missing session order il y a 14 ans
.gitignore Removed local settings file il y a 15 ans
AUTHORS Updated distribution files il y a 14 ans
LICENSE Added BSD license il y a 15 ans
MANIFEST.in Updated distribution files il y a 14 ans
README.rst Edited README.rst via GitHub il y a 14 ans
requirements-dev.txt Updated extra-views to later revision which changes the classnames to follow Django's conventions, eg FormSetView rather than FormsetView. il y a 14 ans
settings_test.py Added Twill base test case il y a 14 ans
setup.py Paths change in setup.py: product -> catalogue il y a 14 ans

README.rst

Django-Oscar - Flexible e-commerce on Django 1.3
================================================

django-oscar is an e-commerce framework for Django 1.3 designed for building domain-driven
e-commerce sites. It is structured in way that lets any part of the core
functionality be customised to suit the needs of your project.

It is currently in vigorous early development, but should stabilise over the
summer of 2011.

Browse the ``*.rst`` files within ``docs/source`` for documentation or visit
http://django-oscar.readthedocs.org/en/latest/ for HTML versions.