Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
David Winterbottom 6c9c9da8cc Remove duplicate Solr schema field declarations 12 anos atrás
..
_fixtures Fix backwards incompatible changes 12 anos atrás
demo Remove duplicate Solr schema field declarations 12 anos atrás
puppet/manifests Add python-dev dependency to puppet manifest 12 anos atrás
sandbox Update to Django Debug Toolbar 1.0 12 anos atrás
README.rst Document the difference between the sandbox/demo sites 13 anos atrás

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.