fix syntax typo in readme.md

This commit is contained in:
Ilkka Oksanen
2017-02-24 15:22:00 +02:00
parent 7e84c9fac7
commit 817a96f7f8
+1 -1
View File
@@ -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