|
|
@@ -36,8 +36,8 @@ The sandbox is, in effect, the blank canvas upon which you can build your site.
|
|
36
|
36
|
The demo site
|
|
37
|
37
|
-------------
|
|
38
|
38
|
|
|
39
|
|
-The demo site is *the* reference Oscar project as it illustates how Oscar can be
|
|
40
|
|
-redesigned and customised to build a e-commerce store. The demo site is a
|
|
|
39
|
+The demo site is *the* reference Oscar project as it illustrates how Oscar can
|
|
|
40
|
+be redesigned and customised to build an e-commerce store. The demo site is a
|
|
41
|
41
|
sailing store selling a range of different product types.
|
|
42
|
42
|
|
|
43
|
43
|
The customisations on top of core Oscar include:
|
|
|
@@ -50,6 +50,18 @@ The customisations on top of core Oscar include:
|
|
50
|
50
|
.. _django-oscar-paypal: https://github.com/tangentlabs/django-oscar-paypal
|
|
51
|
51
|
.. _django-oscar-datacash: https://github.com/tangentlabs/django-oscar-datacash
|
|
52
|
52
|
|
|
|
53
|
+.. note::
|
|
|
54
|
+
|
|
|
55
|
+ Both the sandbox and demo site have the Django admin interface wired up.
|
|
|
56
|
+ This is done as a convenience for developers to browse the database at
|
|
|
57
|
+ ORM level. It also serves as an easy method to manually create a product
|
|
|
58
|
+ class or partner.
|
|
|
59
|
+
|
|
|
60
|
+ Having said that, the Django admin interface is *unsupported* and will fail
|
|
|
61
|
+ or be of little use for some models. At the time of writing, editing
|
|
|
62
|
+ products in the admin is clunky and slow, and editing categories is
|
|
|
63
|
+ not supported at all.
|
|
|
64
|
+
|
|
53
|
65
|
Browse the external sandbox site
|
|
54
|
66
|
================================
|
|
55
|
67
|
|