From cf8e9169d5199709167a673a18067d578ebe12a9 Mon Sep 17 00:00:00 2001 From: ITQ Date: Mon, 3 Mar 2025 01:55:40 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- services/backend/scripts/initdb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/backend/scripts/initdb b/services/backend/scripts/initdb index f2d64eb..09683e6 100755 --- a/services/backend/scripts/initdb +++ b/services/backend/scripts/initdb @@ -9,3 +9,5 @@ fi 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_achivements \ No newline at end of file