Skip to content

Commit

Permalink
Updated installation.rst to correct fixtures import command (#1609)
Browse files Browse the repository at this point in the history
add the missing author.json file to docs/installation.rst
  • Loading branch information
spaceoi committed Sep 6, 2023
1 parent 4bb6044 commit c5ce875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ You can run the example application as follows::
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py loaddata category.json book.json
./manage.py loaddata author.json category.json book.json
./manage.py runserver

Go to http://127.0.0.1:8000
Expand Down

0 comments on commit c5ce875

Please sign in to comment.