Fixed missing "

This commit is contained in:
Christoph Petrausch 2018-04-19 11:55:41 +02:00
parent f124417f69
commit 2579036b0a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if [ -z ${SUPERUSER_API_TOKEN+x} ]; then
fi
fi
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}"
./manage.py shell --plain << END
from django.contrib.auth.models import User