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