gpt4 book ai didi

python - “python manage.py createsuperuser”错误

转载 作者:行者123 更新时间:2023-12-01 04:12:14 24 4
gpt4 key购买 nike

“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.

查看源代码,即createsuperuser.py,它捕获了NotRunningInTTYException:

except NotRunningInTTYException:
self.stdout.write(
"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 runserver”让我度过了美好的一天。也许我没有正确配置...使用 Windows。

最佳答案

我相信您尝试在 IDE 或非 TTY 的其他环境中运行它。 Django 希望该命令从 TTY 兼容的 shell 运行。

在编辑器/IDE 之外的 Windows 命令提示符下运行该命令。它应该有效。

了解有关 TTY 的更多信息:

关于python - “python manage.py createsuperuser”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34768508/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com