Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Andrew Ingram 5507007c8e Similar to the ProductApplication, CustomerApplication ties all of the customer views and URLs into a single class which can be extended. We get some lovely URL namespacing for free. před 15 roky
docs Merge branch 'master' of github.com:tangentlabs/django-oscar před 15 roky
examples Replaced render with TemplateResponse, and stopped using locals() in templates před 15 roky
oscar Similar to the ProductApplication, CustomerApplication ties all of the customer views and URLs into a single class which can be extended. We get some lovely URL namespacing for free. před 15 roky
.gitignore Removed local settings file před 15 roky
LICENSE Added BSD license před 15 roky
README.rst Updatd features file and converted readme to .rst před 15 roky
requirements-dev.txt Added mock dependency to requirements-dev.txt před 15 roky
settings_local.py Got end-to-end Datacash transactions working před 15 roky
settings_test.py Reworked settings files před 15 roky
setup.py Fixed dependency links in setup.py před 15 roky

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/