mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Added username and email of superuser
This commit is contained in:
parent
d9b9a8adda
commit
f124417f69
|
|
@ -29,6 +29,7 @@ if [ -z ${SUPERUSER_API_TOKEN+x} ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}
|
||||||
|
|
||||||
./manage.py shell --plain << END
|
./manage.py shell --plain << END
|
||||||
from django.contrib.auth.models import User
|
from django.contrib.auth.models import User
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue