From 64a131a86c34e84b78eeeab83e7f519af643f5e4 Mon Sep 17 00:00:00 2001 From: CDautermann Date: Fri, 8 Feb 2019 14:22:53 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e30c1ed..df059c1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ You need to copy the `CONTAINER ID` for the image `invsystem_web` 2. Execute the command `docker exec -i -t /bin/bash` 3. You are now attatched to the docker container via a shell.
- Enter `python3 manage.py makemigrations` and `python3 manage.py migrate`.
This sets up the database and initializes it.