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 27769 createsuperuser command missing docs about no-input/interactive Kenny Loveall Andrew Nester "From what I can tell, it is impossible to call the createsuperuser command using the call_command function. If this is intentional, it should be documented on one of the two functions. **Steps to Reproduce:** run ""call_command('createsuperuser', noinput=True, username='test', email='test@example.com')"" from a non-interactive command (such as calling it inside a view). **Expected outcome:** Superuser is created without a password. **Observed outcome:** 500 error and message ""Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually."" logged. From what I can tell as well, there's no way to run createsuperuser and have it create a user without a password as the documentation states is possible (""When run non-interactively, no password will be set"")." Bug closed Documentation dev Normal fixed createsuperuser Ready for checkin 1 0 0 0 0 0