You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-docker-compose.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@
147
147
- `docker-compose run --rm web python manage.py migrate`
148
148
- Populate institutions:
149
149
- After resetting your database or with a new install you will need to populate the table of institutions. **You must have run migrations first.**
150
-
- `docker-compose run --rm web python -m scripts.populate_institutions test`
150
+
- `docker-compose run --rm web python -m scripts.populate_institutions -e test -a`
151
151
- Populate preprint, registration, and collection providers:
152
152
- 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:
153
153
- `docker-compose run --rm web python manage.py populate_fake_providers`
0 commit comments