|
|
@@ -2,11 +2,11 @@
|
|
2
|
2
|
Django-Oscar - Flexible e-commerce on Django 1.3
|
|
3
|
3
|
================================================
|
|
4
|
4
|
|
|
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.
|
|
|
5
|
+*django-oscar* is an e-commerce framework for Django 1.3 designed for building
|
|
|
6
|
+domain-driven e-commerce sites. It is structured such that any part of the
|
|
|
7
|
+core functionality can be customised to suit the needs of your project. This
|
|
|
8
|
+allows it to handle a wide range of e-commerce sites, from large-scale B2C
|
|
|
9
|
+sites to complex B2B sites rich in domain-specific business logic.
|
|
10
|
10
|
|
|
11
|
11
|
`Read the docs`_
|
|
12
|
12
|
|
|
|
@@ -14,6 +14,7 @@ domain-specific business logic.
|
|
14
|
14
|
|
|
15
|
15
|
Credits
|
|
16
|
16
|
-------
|
|
|
17
|
+
|
|
17
|
18
|
* Created by David Winterbottom (`@codeinthehole`_) in the small pockets of time when his
|
|
18
|
19
|
new-born son was sleeping.
|
|
19
|
20
|
* Important early contributions made by Andrew Ingram (`@AndrewIngram`_) and through collaboration
|
|
|
@@ -27,7 +28,17 @@ Credits
|
|
27
|
28
|
|
|
28
|
29
|
Changelog
|
|
29
|
30
|
---------
|
|
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
|
|
|
31
|
+
|
|
|
32
|
+0.1
|
|
|
33
|
+~~~
|
|
|
34
|
+
|
|
|
35
|
+* Initial release - used in production by two major applications at Tangent
|
|
|
36
|
+* Still a bit rough around the edges
|
|
|
37
|
+* Docs are a bit stale and need updating in 0.2
|
|
|
38
|
+
|
|
|
39
|
+0.2 (in development)
|
|
|
40
|
+~~~~~~~~~~~~~~~~~~~~
|
|
|
41
|
+
|
|
|
42
|
+* Much better documentation, including recipes for common tasks
|
|
|
43
|
+* Refactoring of shipping methods
|
|
|
44
|
+* New dashboard functionality for product management, order management, customer services
|