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.
我已经按照这里所说的那样安装了 LFS 0.10,但是当我转到http://localhost:8000/login时,我无法使用 admin/admin 登录。并且 auth_user 也是空的。
有谁知道如何解决这一问题?
谢谢。
Django 教程中介绍了如何创建超级用户。
python manage.py createsuperuser
查看 LFS安装文档,您似乎可以使用 访问该django-admin实用程序bin/django,因此,您可以使用:
django-admin
bin/django
bin/django createsuperuser