Update README.md

This commit is contained in:
CDautermann 2019-02-08 14:22:53 +01:00 committed by GitHub
parent b17e290cf1
commit 64a131a86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,6 @@ You need to copy the `CONTAINER ID` for the image `invsystem_web`
2. Execute the command `docker exec -i -t <CONTAINER ID> /bin/bash` 2. Execute the command `docker exec -i -t <CONTAINER ID> /bin/bash`
3. You are now attatched to the docker container via a shell. <br> 3. You are now attatched to the docker container via a shell. <br>
Enter `python3 manage.py makemigrations` and `python3 manage.py migrate`.<br> Enter `python3 manage.py makemigrations` and `python3 manage.py migrate`.<br>
This sets up the database and initializes it. This sets up the database and initializes it.