|
|
@@ -4,11 +4,11 @@
|
|
4
|
4
|
Domain-driven e-commerce for Django
|
|
5
|
5
|
===================================
|
|
6
|
6
|
|
|
7
|
|
-Oscar is an e-commerce framework for Django designed for building
|
|
8
|
|
-domain-driven e-commerce sites. It is structured such that any part of the
|
|
9
|
|
-core functionality can be customised to suit the needs of your project. This
|
|
10
|
|
-allows it to handle a wide range of e-commerce requirements, from large-scale B2C
|
|
11
|
|
-sites to complex B2B sites rich in domain-specific business logic.
|
|
|
7
|
+Oscar is an e-commerce framework for Django designed for building domain-driven
|
|
|
8
|
+e-commerce sites. It is structured such that any part of the core functionality
|
|
|
9
|
+can be customised to suit the needs of your project. This allows it to handle a
|
|
|
10
|
+wide range of e-commerce requirements, from large-scale B2C sites to complex B2B
|
|
|
11
|
+sites rich in domain-specific business logic.
|
|
12
|
12
|
|
|
13
|
13
|
More information:
|
|
14
|
14
|
|
|
|
@@ -38,6 +38,9 @@ Oscar was written by `David Winterbottom`_ (`@codeinthehole`_) and is developed
|
|
38
|
38
|
and maintained by `Tangent Labs`_, a London-based digital agency, with help from
|
|
39
|
39
|
`Mirumee`.
|
|
40
|
40
|
|
|
|
41
|
+License
|
|
|
42
|
+-------
|
|
|
43
|
+
|
|
41
|
44
|
Oscar is released under the permissive `New BSD license`_.
|
|
42
|
45
|
|
|
43
|
46
|
.. _`David Winterbottom`: http://codeinthehole.com
|
|
|
@@ -58,4 +61,4 @@ companies, from large multinationals to small, boutique stores:
|
|
58
|
61
|
* Dolbeau - http://www.dolbeau.ca/
|
|
59
|
62
|
* The UK Labour party - http://shop.labour.org.uk (will be live in early June)
|
|
60
|
63
|
|
|
61
|
|
-Many more on the way.
|
|
|
64
|
+Many more on the way. If you use Oscar in production, please let us know.
|