Skip to content

Commit

Permalink
Add call to bootstrap demo-site users if the relevant env var is avai…
Browse files Browse the repository at this point in the history
…lable (#15394)
  • Loading branch information
stevejalim authored Nov 1, 2024
1 parent e3f58bb commit ae78511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/sync-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ fi

./manage.py migrate --noinput
./manage.py l10n_update

if [[ -n "${DEMO_SERVER_ADMIN_USERS}" ]]; then
./manage.py bootstrap_demo_server_admins
fi

0 comments on commit ae78511

Please sign in to comment.