|
|
@@ -1,12 +1,33 @@
|
|
|
1
|
+================================================
|
|
1
|
2
|
Django-Oscar - Flexible e-commerce on Django 1.3
|
|
2
|
3
|
================================================
|
|
3
|
4
|
|
|
4
|
|
-django-oscar is an e-commerce framework for Django 1.3 designed for building domain-driven
|
|
5
|
|
-e-commerce sites. It is structured in way that lets any part of the core
|
|
6
|
|
-functionality be customised to suit the needs of your project.
|
|
|
5
|
+*django-oscar* is an e-commerce framework for Django 1.3 designed for building domain-driven
|
|
|
6
|
+e-commerce sites. It is structured such that any part of the core
|
|
|
7
|
+functionality can be customised to suit the needs of your project. This allows it to handle
|
|
|
8
|
+a wide range of e-commerce sites, from large-scale B2C sites to complex B2B sites rich in
|
|
|
9
|
+domain-specific business logic.
|
|
|
10
|
+
|
|
|
11
|
+`Read the docs`_
|
|
|
12
|
+
|
|
|
13
|
+.. _`Read the docs`: http://django-oscar.readthedocs.org/en/latest/
|
|
|
14
|
+
|
|
|
15
|
+Credits
|
|
|
16
|
+-------
|
|
|
17
|
+* Created by David Winterbottom (`@codeinthehole`_) in the small pockets of time when his
|
|
|
18
|
+ new-born son was sleeping.
|
|
|
19
|
+* Important early contributions made by Andrew Ingram (`@AndrewIngram`_) and through collaboration
|
|
|
20
|
+ with `Mirumee`_
|
|
|
21
|
+* Developed and maintained by `Tangent Labs`_, a London-based digital agency
|
|
7
|
22
|
|
|
8
|
|
-It is currently in vigorous early development, but should stabilise over the
|
|
9
|
|
-summer of 2011.
|
|
|
23
|
+.. _`@codeinthehole`: https://twitter.com/codeinthehole
|
|
|
24
|
+.. _`@AndrewIngram`: https://twitter.com/AndrewIngram
|
|
|
25
|
+.. _`Mirumee`: http://mirumee.com
|
|
|
26
|
+.. _`Tangent Labs`: http://www.tangentlabs.co.uk
|
|
10
|
27
|
|
|
11
|
|
-Browse the ``*.rst`` files within ``docs/source`` for documentation or visit
|
|
12
|
|
-http://django-oscar.readthedocs.org/en/latest/ for HTML versions.
|
|
|
28
|
+Changelog
|
|
|
29
|
+---------
|
|
|
30
|
+0.1-beta
|
|
|
31
|
+~~~~~~~~
|
|
|
32
|
+* Initial release - is working fine for the two main Tangent projects of summer 2011
|
|
|
33
|
+* Docs are a bit stale and need updating
|