From 151d997eb5428fd809a10354777a1df5b59be781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=A1=D1=83=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Mon, 3 Mar 2025 07:44:29 +0000 Subject: [PATCH] Edit initdb --- services/backend/scripts/initdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/backend/scripts/initdb b/services/backend/scripts/initdb index 3943ba9..146732a 100755 --- a/services/backend/scripts/initdb +++ b/services/backend/scripts/initdb @@ -10,4 +10,4 @@ if [ "$DJANGO_CREATE_SUPERUSER" = "True" ]; then python manage.py createsuperuser --noinput --username "$DJANGO_SUPERUSER_USERNAME" --email "$DJANGO_SUPERUSER_EMAIL" || true fi -python manage.py init_achievements \ No newline at end of file +python manage.py init_achievments \ No newline at end of file