Skip to content

Commit

Permalink
Update README.md (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunlizhang authored Oct 22, 2023
1 parent ea250f2 commit 4979cf4
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 @@ -30,6 +30,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 4979cf4

Please sign in to comment.