﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27801	Make createsuperuser inspect environment variables for username and password	Markus Holtermann	Hasan Ramezani	The `createsuperuser` management command is not quite suitable for scripting, even with the `--no-input` flag, as it doesn't set a password. The management command should inspect some environment variables (e.g. `DJANGO_SUPERUSER_{USERNAME_FIELD.upper()}` and `DJANGO_SUPERUSER_PASSWORD`) to pick up the username, password and possibly all other required fields.	New feature	closed	contrib.auth	dev	Normal	fixed		James Pic	Accepted	1	0	0	0	0	0
