Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jonathan Moss c09c02a00d correcting credit card number validation 15 лет назад
docs Added a simple doc to explain the analytics package 15 лет назад
examples Added analytics module. 15 лет назад
oscar correcting credit card number validation 15 лет назад
.gitignore Added more handling for bankcards and their forms 15 лет назад
LICENSE Added BSD license 15 лет назад
README.md Updated readme to link to readthedocs 15 лет назад
TODO Added analytics module. 15 лет назад
requirements-dev.txt Updated reqs to Django 1.3 15 лет назад
setup.py Fixed typo in setup.py 15 лет назад

README.md

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://readthedocs.org/docs/django-oscar/en/