Skip to content

Commit

Permalink
docs: Add makeclient step to Setup Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Aug 21, 2024
1 parent eee29b1 commit fc336c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
b. Run `docker-compose run --rm django ./manage.py createsuperuser`
and follow the prompts to create your own user.

c. Run `docker-compose run --rm django ./manage.py populate` to use sample data.
c. Run `docker-compose run --rm django ./manage.py makeclient` to create a client Application object for authentication.

d. Run `docker-compose run --rm django ./manage.py populate` to use sample data.


### Run Application
1. Run `docker-compose up`.
Expand Down

0 comments on commit fc336c8

Please sign in to comment.