Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
David Winterbottom d0a99fd22d Commit CSS again (and use it by default in sandbox) 13 лет назад
..
_fixtures Add fixture for 3 different offer types 13 лет назад
demo Add ability to track the post-order action message 13 лет назад
puppet/manifests Fix puppet dependencies so machine comes up correctly 13 лет назад
sandbox Commit CSS again (and use it by default in sandbox) 13 лет назад
README.rst Document the difference between the sandbox/demo sites 13 лет назад

README.rst

===========
Oscar sites
===========

Oscar ships with two working Django projects that use Oscar:

Sandbox
-------

This is a vanilla install of Oscar with as little customisation as possible to
get a basic site working. It's really intended for local development and QA.

It does have a few customisations:

* A "gateway" page that lets users create a dashboard user so they can play with
the dashboard.
* A profile model with a few fields, designed to test Oscar's account section
which should automatically allow the profile fields to be edited.

It is deployed hourly to: http://latest.oscarcommerce.com

Demo
----

This is intended to show off some of Oscar's features, such as:

* Customising core models
* Overriding templates and CSS: changing the site appearance
* Integrating with some of Oscar's extensions

Most of this is still a work-in-progress.