0

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

4

2 回答 2

0

根据这些(旧)文档,它是管理员/管理员。

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

于 2015-08-24T18:31:00.883 回答
0

非常感谢您的回复,我找到了一个对我有用的解决方案:我必须做后续:

  • cd 进入 buildout 目录;
  • 类型:bin/django createsuperuser;
  • 并填空。
于 2015-08-25T05:11:12.403 回答