File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,12 @@ you have imported the initial fixtures:
95
95
docker compose exec web python3 manage.py download-exercise-images
96
96
docker compose exec web python3 manage.py download-exercise-videos
97
97
98
+ # Loads a base set of ingredients
98
99
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
101
104
102
105
(these steps are configured by default to run regularly in the background, but
103
106
can also run on startup as well, see the options in ` prod.env ` .)
You can’t perform that action at this time.
0 commit comments