Skip to content

Commit 8821b99

Browse files
n2ygksliverc
authored andcommitted
correct running example app documentation (#457)
1 parent 96c533b commit 8821b99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ From Source
6868

6969
## Running the example app
7070

71-
git clone https://github.com/django-json-api/django-rest-framework-json-api.git
72-
cd django-rest-framework-json-api
73-
python -m venv env
74-
source env/bin/activate
75-
pip install -r example/requirements.txt
71+
git clone https://github.com/django-json-api/django-rest-framework-json-api.git
72+
cd django-rest-framework-json-api
73+
python3 -m venv env
74+
source env/bin/activate
75+
pip install -r example/requirements.txt
7676
pip install -e .
77-
django-admin.py startproject example .
78-
python manage.py migrate
79-
python manage.py runserver
77+
django-admin migrate --settings=example.settings
78+
django-admin runserver --settings=example.settings
79+
8080

8181
Browse to http://localhost:8000
8282

0 commit comments

Comments
 (0)