错误提示:Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your project to create one manually.
原因:是因为我在 Git 下面启用的
解决:使用windows 的CMD命令行重新启用 python manage.py createsuperuser
结果:成功了,非常好!
错误提示:Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your project to create one manually.
原因:是因为我在 Git 下面启用的
解决:使用windows 的CMD命令行重新启用 python manage.py createsuperuser
结果:成功了,非常好!