Skip to content

Commit cb5317d

Browse files
committed
xGet the steps right in the documentation to run the example app.
1 parent 930afc4 commit cb5317d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/getting-started.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,17 @@ From Source
7070

7171
git clone https://github.com/django-json-api/django-rest-framework-json-api.git
7272
cd django-rest-framework-json-api
73+
python -m venv env
74+
source env/bin/activate
7375
pip install -r example/requirements.txt
74-
django-admin.py runserver
76+
django-admin.py startproject example .
77+
python manage.py migrate
78+
python manage.py runserver
7579

7680
Browse to http://localhost:8000
7781

7882
## Running Tests
7983

84+
pip install tox
8085
tox
8186

0 commit comments

Comments
 (0)