diff --git a/README.md b/README.md index 636b38d92..7b14b3647 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,12 @@ To install Docker for Mac [click here](https://docs.docker.com/docker-for-mac/in ``` * Exit psql by typing in \q and hitting enter. +* Now update settings/dev.py. Change the username from 'postgres' to 'admin' and password from 'postgres' to 'fabrik' + The final code should look like this (Lines 13 and 14): + ``` + 'USER': os.environ.get("POSTGRES_USER", 'admin'), + 'PASSWORD': os.environ.get("POSTGRES_PASSWORD", 'fabrik') + ``` * Migrate