diff --git a/scripts/create_superuser.sh b/scripts/create_superuser.sh index 5f2e3fb..7f4025a 100755 --- a/scripts/create_superuser.sh +++ b/scripts/create_superuser.sh @@ -17,7 +17,7 @@ fi echo "Creating superuser: $ADMIN_USERNAME" -docker-compose exec -T web python manage.py shell <