|
|
@@ -25,7 +25,6 @@ Contents:
|
|
25
|
25
|
Further reading:
|
|
26
|
26
|
|
|
27
|
27
|
* `Official homepage`_
|
|
28
|
|
-* `Sandbox site`_ (automatically deployed via the official docker sandbox image)
|
|
29
|
28
|
* `Documentation`_ on the excellent `readthedocs.org`_
|
|
30
|
29
|
* `Docker image`_ on http://hub.docker.com/
|
|
31
|
30
|
* `django-oscar group`_ - mailing list for questions and announcements
|
|
|
@@ -66,7 +65,6 @@ Docs status:
|
|
66
|
65
|
.. end-no-pypi
|
|
67
|
66
|
|
|
68
|
67
|
.. _`Official homepage`: http://oscarcommerce.com
|
|
69
|
|
-.. _`Sandbox site`: http://latest.oscarcommerce.com
|
|
70
|
68
|
.. _`Docker image`: https://hub.docker.com/r/oscarcommerce/django-oscar-sandbox/
|
|
71
|
69
|
.. _`Documentation`: https://django-oscar.readthedocs.io/en/latest/
|
|
72
|
70
|
.. _`readthedocs.org`: http://readthedocs.org
|
|
|
@@ -78,7 +76,7 @@ Docs status:
|
|
78
|
76
|
.. _`django-oscar-jobs group`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar-jobs
|
|
79
|
77
|
.. _`PyPI page`: https://pypi.python.org/pypi/django-oscar/
|
|
80
|
78
|
.. _`Transifex project`: https://www.transifex.com/projects/p/django-oscar/
|
|
81
|
|
-.. _`Slack`: https://slack.oscarcommerce.com/
|
|
|
79
|
+.. _`Slack`: https://django-oscar.slack.com/
|
|
82
|
80
|
|
|
83
|
81
|
Core team:
|
|
84
|
82
|
|
|
|
@@ -118,14 +116,9 @@ good starting point for rapidly building elegant e-commerce sites.
|
|
118
|
116
|
.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.thumb.png
|
|
119
|
117
|
:target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.png
|
|
120
|
118
|
|
|
121
|
|
-The sandbox site is also available to browse at
|
|
122
|
|
-https://latest.oscarcommerce.com. Dashboard users can be created using `this
|
|
123
|
|
-gateway page`_.
|
|
124
|
|
-
|
|
125
|
119
|
The sandbox site can be set-up locally `in 5 commands`_. Want to
|
|
126
|
120
|
make changes? Check out the `contributing guidelines`_.
|
|
127
|
121
|
|
|
128
|
|
-.. _`this gateway page`: http://latest.oscarcommerce.com/gateway/
|
|
129
|
122
|
.. _`in 5 commands`: https://django-oscar.readthedocs.io/en/latest/internals/sandbox.html#running-the-sandbox-locally
|
|
130
|
123
|
.. _`contributing guidelines`: https://django-oscar.readthedocs.io/en/latest/internals/contributing/index.html
|
|
131
|
124
|
|