fix syntax typo in readme.md
This commit is contained in:
@@ -30,8 +30,8 @@ Then ctrl-d away from docker bash shell and shutdown db image with ctrl-c
|
||||
|
||||
1. Fix your settings.py to use 'db' as host and correct user and password (configured above)
|
||||
2. run following commands
|
||||
```BASH
|
||||
|
||||
```BASH
|
||||
sudo docker-compose run web python manage.py migrate
|
||||
sudo docker-compose run web python manage.py makemigrations infoscreen members
|
||||
sudo docker-compose run web python manage.py migrate
|
||||
|
||||
Reference in New Issue
Block a user