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
  • Loading branch information
stevejalim committed Oct 25, 2024
1 parent d3f7f52 commit 67cb4b9
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 67cb4b9

Please sign in to comment.