From c5eae09b93cd048052124184ac3886e8d953fd09 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:07:39 +0100 Subject: [PATCH] Fix Django superuser creation failing with ImproperlyConfigured error (#9554) * Initial plan * Fix Django superuser creation by using manage.py shell Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> * Add $STD prefix to superuser creation for consistency Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- install/healthchecks-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/healthchecks-install.sh b/install/healthchecks-install.sh index 65bf433e2..b3b9003be 100644 --- a/install/healthchecks-install.sh +++ b/install/healthchecks-install.sh @@ -89,7 +89,7 @@ $STD python manage.py migrate --noinput $STD python manage.py collectstatic --noinput $STD python manage.py compress -python <