We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7bd7b commit e30b591Copy full SHA for e30b591
README.rst
@@ -99,7 +99,7 @@ Running the example app
99
100
$ git clone https://github.com/django-json-api/django-rest-framework-json-api.git
101
$ cd django-rest-framework-json-api && pip install -e .
102
- $ django-admin.py runserver
+ $ django-admin.py runserver --settings=example.settings
103
104
Browse to http://localhost:8000
105
0 commit comments