From 228a84bbacaa33dd496d7da668b7b8bb7c7eec6e Mon Sep 17 00:00:00 2001 From: longze chen <cs.longze.chen@gmail.com> Date: Fri, 6 Sep 2019 12:11:09 -0400 Subject: [PATCH] Update docker-compose readme on populating institutions --- README-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-docker-compose.md b/README-docker-compose.md index dc0742940e1..d84a2670014 100644 --- a/README-docker-compose.md +++ b/README-docker-compose.md @@ -147,7 +147,7 @@ - `docker-compose run --rm web python manage.py migrate` - Populate institutions: - After resetting your database or with a new install you will need to populate the table of institutions. **You must have run migrations first.** - - `docker-compose run --rm web python -m scripts.populate_institutions test` + - `docker-compose run --rm web python -m scripts.populate_institutions -e test -a` - Populate preprint, registration, and collection providers: - After resetting your database or with a new install, the required providers and subjects will be created automatically **when you run migrations.** To create more: - `docker-compose run --rm web python manage.py populate_fake_providers`