django创建超级管理员时报错:
Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually.
解决办法:
在当前系统的命令窗口中使用创建的命令python manage.py createsuperuser就可以了
比如,当前是windows系统,就在cmd中执行创建的命令