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.