Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 django,并且我有一个 mysite 文件夹。当我同步数据库时,它提示我创建一个超级用户。我输入了yes,表格完成了一半,但是当它需要密码时我无法输入任何字符。我搜索了谷歌,发现: python manage.py createsuperuser 发生了同样的事情,我无法输入密码。如果您需要知道,我正在使用 django 1.5 和 python 2.7。
密码或 *** 字符在您键入时不会显示。
只需输入您想要的密码,然后按 Enter。这将提示密码确认。
Password (again):
如果您在此处发布任何错误消息。
要执行的操作:应用所有迁移:admin、admin_interface、auth、contenttypes、myapp、sessions 运行迁移:应用 myapp.0002_alter_student_id...