django创建用户报错(window上git bash)
$ python manage.py createsuperuser
Superuser creation skipped due to not running in a TTY. You can runmanage.py createsuperuser
in your project to create one manually.
Django 期望从 TTY 兼容的 shell 运行命令
关于tty更多内容请参考:tty
解决方法:使用cmd创建!