File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ From Source
68
68
69
69
## Running the example app
70
70
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
76
76
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
+
80
80
81
81
Browse to http://localhost:8000
82
82
You can’t perform that action at this time.
0 commit comments