Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Michael van Tellingen 32add9195e Add missing migration for user app in the demo site il y a 10 ans
..
_fixtures Replace fixtures file with one that uses /en-gb/ prefix il y a 11 ans
demo Add missing migration for user app in the demo site il y a 10 ans
sandbox Specify TEST_RUNNER in demo and sandbox settings. il y a 10 ans
us Remove removed TransactionMiddleware il y a 10 ans
README.rst Document the difference between the sandbox/demo sites il y a 13 ans

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.