From fdefd06e041fe8e00bc576fd9030441b8249c3d2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 28 Mar 2020 11:34:41 -0700 Subject: [PATCH] Adds init.dbdocker instructions to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68156d06..1fa8cd3e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ You can also run the application in a docker container. You'll have to install t docker-compose build docker-compose up docker-compose exec web python manage.py migrate +docker-compose exec web python manage.py shell -c 'import init_db' ```