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.
Matthew Wilkes 20b308e2da Remove all instances of the number 1 being hard-coded in translation strings. In English, the singular is always 1, but this is not universally true. In French, for example, the singular is 0 and 1. As 0 is usually special-cased this wasn't biting us, but some more unusual combinations are incorrect. For example, in Russian 101 is singular. Without this patch the Russian for '101 search results' is displayed as '1 search result', for example. 10 vuotta sitten
..
_fixtures Replace fixtures file with one that uses /en-gb/ prefix 11 vuotta sitten
demo Remove all instances of the number 1 being hard-coded in translation strings. In English, the singular is always 1, but this is not universally true. In French, for example, the singular is 0 and 1. As 0 is usually special-cased this wasn't biting us, but some more unusual combinations are incorrect. For example, in Russian 101 is singular. Without this patch the Russian for '101 search results' is displayed as '1 search result', for example. 10 vuotta sitten
sandbox Specify TEST_RUNNER in demo and sandbox settings. 10 vuotta sitten
us Remove removed TransactionMiddleware 10 vuotta sitten
README.rst Document the difference between the sandbox/demo sites 13 vuotta sitten

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.