Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/healthchecks-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $STD python manage.py migrate --noinput
$STD python manage.py collectstatic --noinput
$STD python manage.py compress

python <<EOF
$STD python manage.py shell <<EOF
from django.contrib.auth import get_user_model
User = get_user_model()
if not User.objects.filter(email="${ADMIN_EMAIL}").exists():
Expand Down