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.
Patryk Zawadzki 1a0be1f4a1 Merge branch 'master' of git://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 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
oscar Fixed admin bug with payment models il y a 14 ans
.gitignore Removed local settings file il y a 14 ans
AUTHORS Updated distribution files il y a 14 ans
LICENSE Added BSD license il y a 14 ans
MANIFEST.in Updated distribution files il y a 14 ans
README.rst Updated documentation to make it gramatically correct 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 a ecommerce framework for Django 1.3 for building domain-driven
ecommerce sites. It is structured in way that lets any part of the core
ecommerce 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.