File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
8181Browse to http://localhost:8000
8282
You can’t perform that action at this time.
0 commit comments