Skip to content

Commit

Permalink
Update documentation to include --pythonpath to set up the example app (
Browse files Browse the repository at this point in the history
#1270)

Add --pythonpath to instructions for setting up example app
  • Loading branch information
Vitalii-Kh95 authored Jan 23, 2025
1 parent d297405 commit abfda8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ installed and activated:
$ git clone https://github.com/django-json-api/django-rest-framework-json-api.git
$ cd django-rest-framework-json-api
$ pip install -Ur requirements.txt
$ django-admin migrate --settings=example.settings
$ django-admin loaddata drf_example --settings=example.settings
$ django-admin runserver --settings=example.settings
$ django-admin migrate --settings=example.settings --pythonpath .
$ django-admin loaddata drf_example --settings=example.settings --pythonpath .
$ django-admin runserver --settings=example.settings --pythonpath .
Browse to

Expand Down

0 comments on commit abfda8f

Please sign in to comment.