script fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-02 12:03:06 +09:00
parent b9f639337a
commit 56d7bbaf86

View File

@@ -17,7 +17,7 @@ fi
echo "Creating superuser: $ADMIN_USERNAME" echo "Creating superuser: $ADMIN_USERNAME"
docker-compose exec -T web python manage.py shell <<PY docker compose exec -T web python manage.py shell <<PY
from django.contrib.auth import get_user_model from django.contrib.auth import get_user_model
User = get_user_model() User = get_user_model()
username = '${ADMIN_USERNAME}' username = '${ADMIN_USERNAME}'