選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Maik Hoepfel a76e0f02e8 Add nginx reverse proxy to apache in Vagrant VM 13年前
..
_fixtures Add fixture for 3 different offer types 13年前
demo Add ability to track the post-order action message 13年前
puppet/manifests Add nginx reverse proxy to apache in Vagrant VM 13年前
sandbox Merge pull request #622 into releases/0.5 13年前
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.