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ů.
Maik Hoepfel c46ff56049 Merge branch 'master' into issue/1093/search před 11 roky
..
_fixtures Replace fixtures file with one that uses /en-gb/ prefix před 11 roky
demo Use Python 3 to create native migrations před 11 roky
puppet Fix some Vagrant issues před 11 roky
sandbox Merge branch 'master' into issue/1093/search před 11 roky
us Remove outdated settings and fix test runner warning with Django 1.7 před 11 roky
README.rst Document the difference between the sandbox/demo sites před 12 roky

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.