Skip to content

Commit e30b591

Browse files
committed
Specify settings in the example app command. Fixes #180
1 parent bf7bd7b commit e30b591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Running the example app
9999

100100
$ git clone https://github.com/django-json-api/django-rest-framework-json-api.git
101101
$ cd django-rest-framework-json-api && pip install -e .
102-
$ django-admin.py runserver
102+
$ django-admin.py runserver --settings=example.settings
103103

104104
Browse to http://localhost:8000
105105

0 commit comments

Comments
 (0)