如何以管理员身份登录 Django LFS?

How to login into Django LFS as administrator?

我已经安装了 Django LFS,但不知道如何以管理员身份登录?在哪里创建管理员? 我尝试使用数据库用户,但没有成功...

根据这些(旧)文档,它是 admin/admin。

At first you should go to the shop’s preferences and enter basic information. For that please

visit http://localhost:8000/manage
login with admin/admin
browse to Shop / Preferences

https://lightning-fast-shop.readthedocs.org/en/version-0.6/introduction/getting_started.html

非常感谢您的回复,我找到了一个适合我的解决方案: 我必须做以下事情:

  • cd 进入 buildout 目录;
  • 类型:bin/django createsuperuser;
  • 并填空。