From 4979cf461ba81f2c8f9f1d0f696c21d3db87abb3 Mon Sep 17 00:00:00 2001 From: Kunli Zhang Date: Sun, 22 Oct 2023 00:31:39 -0400 Subject: [PATCH] Update README.md (#281) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44a6f27f..89a45774 100644 --- a/README.md +++ b/README.md @@ -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