Skip to content

Commit 9bcccef

Browse files
committed
Mention the async version of the sync ingredients command
1 parent 091c1de commit 9bcccef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@ you have imported the initial fixtures:
9595
docker compose exec web python3 manage.py download-exercise-images
9696
docker compose exec web python3 manage.py download-exercise-videos
9797

98+
# Loads a base set of ingredients
9899
docker compose exec web wger load-online-fixtures
99-
# afterwards:
100-
docker compose exec web python3 manage.py sync-ingredients
100+
101+
# optionally run this afterwards to sync all the ingredients (around 1GB,
102+
# this process takes a loooong time):
103+
docker compose exec web python3 manage.py sync-ingredients-async
101104

102105
(these steps are configured by default to run regularly in the background, but
103106
can also run on startup as well, see the options in `prod.env`.)

0 commit comments

Comments
 (0)