Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko authored Nov 5, 2019
1 parent 176d2e5 commit 5633dd7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,6 @@ 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
Expand Down Expand Up @@ -255,6 +249,7 @@ To install Docker for Mac [click here](https://docs.docker.com/docker-for-mac/in
python manage.py runserver
```
6. Open http://localhost:8000/admin
7. Login with the credentials from step 4.
Expand Down

0 comments on commit 5633dd7

Please sign in to comment.