Added username and email of superuser

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

View File

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