Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunlizhang authored Sep 17, 2023
1 parent 29e045c commit 7a9834c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Navigate to `/backend`. Then,
- b. `pipenv shell`
1. `docker-compose up` (run this before doing any of the manage.py commands)
2. Migration commands to ensure your installation works:

If you are getting `FATAL: role "postgres" does not exist` see [this](https://stackoverflow.com/a/15309551). See the comments of the answer for your specific case.
- a. `python manage.py migrate`
- b. `python manage.py createsuperuser`
- c. `python manage.py populate` to populate the database with dummy data
Expand Down

0 comments on commit 7a9834c

Please sign in to comment.