Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Maik Hoepfel d0a94744e1 Use Python 3 compatible MySQL database adapter 11 gadus atpakaļ
..
_fixtures Replace fixtures file with one that uses /en-gb/ prefix 11 gadus atpakaļ
demo Use Python 3 to create native migrations 11 gadus atpakaļ
puppet Fix some Vagrant issues 12 gadus atpakaļ
sandbox Use Python 3 compatible MySQL database adapter 11 gadus atpakaļ
us Remove outdated settings and fix test runner warning with Django 1.7 11 gadus atpakaļ
README.rst Document the difference between the sandbox/demo sites 13 gadus atpakaļ

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.