|
|
@@ -35,14 +35,14 @@ Install Oscar and its dependencies within a virtualenv::
|
|
35
|
35
|
git clone git://github.com/tangentlabs/django-oscar.git
|
|
36
|
36
|
cd django-oscar
|
|
37
|
37
|
mkvirtualenv oscar
|
|
38
|
|
- make contribute
|
|
|
38
|
+ make sandbox
|
|
39
|
39
|
|
|
40
|
40
|
This will install all dependencies required for developing Oscar and create a
|
|
41
|
41
|
simple database populated with products.
|
|
42
|
42
|
|
|
43
|
43
|
You can then browse a sample Oscar site using Django's development server::
|
|
44
|
44
|
|
|
45
|
|
- cd sandbox
|
|
|
45
|
+ cd sites/sandbox
|
|
46
|
46
|
./manage.py runserver
|
|
47
|
47
|
|
|
48
|
48
|
Note that some things are deliberately not implemented within core Oscar
|