Browse Source

Correct docs for setting up sandbox

Fixes #308
master
David Winterbottom 13 years ago
parent
commit
e95f57673a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/source/take_a_peek.rst

+ 2
- 2
docs/source/take_a_peek.rst View File

@@ -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

Loading…
Cancel
Save