ソースを参照

Correct docs for setting up sandbox

Fixes #308
master
David Winterbottom 13年前
コミット
e95f57673a
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      docs/source/take_a_peek.rst

+ 2
- 2
docs/source/take_a_peek.rst ファイルの表示

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

読み込み中…
キャンセル
保存