Skip to content

Commit abfda8f

Browse files
authoredJan 23, 2025··
Update documentation to include --pythonpath to set up the example app (#1270)
Add --pythonpath to instructions for setting up example app
1 parent d297405 commit abfda8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ installed and activated:
149149
$ git clone https://github.com/django-json-api/django-rest-framework-json-api.git
150150
$ cd django-rest-framework-json-api
151151
$ pip install -Ur requirements.txt
152-
$ django-admin migrate --settings=example.settings
153-
$ django-admin loaddata drf_example --settings=example.settings
154-
$ django-admin runserver --settings=example.settings
152+
$ django-admin migrate --settings=example.settings --pythonpath .
153+
$ django-admin loaddata drf_example --settings=example.settings --pythonpath .
154+
$ django-admin runserver --settings=example.settings --pythonpath .
155155
156156
Browse to
157157

0 commit comments

Comments
 (0)