You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Winterbottom 9d3b3f9f8c Fix building of demo site пре 12 година
..
_fixtures Extend range model to include slug field пре 12 година
demo Fix building of demo site пре 12 година
puppet/manifests Vain attempt to fix some puppet bugs пре 12 година
sandbox Add ignore file to keep static folder in source control пре 12 година
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.