|
|
@@ -62,9 +62,11 @@ Screenshots
|
|
62
|
62
|
-----------
|
|
63
|
63
|
|
|
64
|
64
|
These are a few screenshots from the 'sandbox' example site that ships with
|
|
65
|
|
-Oscar. It sports a simple design built with Twitter's Bootstrap. It provides a
|
|
|
65
|
+Oscar. It sports a simple design built with Twitter's Bootstrap_. It provides a
|
|
66
|
66
|
good starting point for quickly building elegant e-commerce sites.
|
|
67
|
67
|
|
|
|
68
|
+.. _Bootstrap: http://twitter.github.com/bootstrap/
|
|
|
69
|
+
|
|
68
|
70
|
.. image:: https://github.com/tangentlabs/django-oscar/raw/master/docs/images/screenshots/browse.thumb.png
|
|
69
|
71
|
:target: https://github.com/tangentlabs/django-oscar/raw/master/docs/images/screenshots/browse.png
|
|
70
|
72
|
|
|
|
@@ -91,7 +93,7 @@ at: http://localhost:8000. Want to make changes? Check out the
|
|
91
|
93
|
|
|
92
|
94
|
.. _`contributing guidelines`: http://django-oscar.readthedocs.org/en/latest/contributing.html#playing-in-the-sandbox
|
|
93
|
95
|
|
|
94
|
|
-Note that the sandbox site is also available to browse at
|
|
|
96
|
+The sandbox site is also available to browse at
|
|
95
|
97
|
http://latest.oscarcommerce.com
|
|
96
|
98
|
|
|
97
|
99
|
Extensions
|
|
|
@@ -108,6 +110,7 @@ The following extensions are stable and ready for use:
|
|
108
|
110
|
functionality and loyalty schemes)
|
|
109
|
111
|
* django-oscar-stores_ - Physical stores integration (opening hours, store
|
|
110
|
112
|
locator etc)
|
|
|
113
|
+* django-oscar-testsupport_ - Testing utilities for Oscar extensions.
|
|
111
|
114
|
|
|
112
|
115
|
.. _django-oscar-datacash: https://github.com/tangentlabs/django-oscar-datacash
|
|
113
|
116
|
.. _django-oscar-paymentexpress: https://github.com/tangentlabs/django-oscar-paymentexpress
|
|
|
@@ -121,6 +124,7 @@ The following extensions are stable and ready for use:
|
|
121
|
124
|
.. _django-oscar-jirafe: https://github.com/tangentlabs/django-oscar-jirafe
|
|
122
|
125
|
.. _Jirafe: https://jirafe.com/
|
|
123
|
126
|
.. _django-oscar-accounts: https://github.com/tangentlabs/django-oscar-accounts
|
|
|
127
|
+.. _django-oscar-testsupport: https://github.com/tangentlabs/django-oscar-testsupport
|
|
124
|
128
|
|
|
125
|
129
|
The following extensions are in development:
|
|
126
|
130
|
|