求教:后台数据库登陆问题
django吧
全部回复
仅看楼主
level 2
332845114神 楼主
我输入 127.0.0.1 :8000/admin 后进入到django的后台数据库,但是后台数据库的登陆需要账号密码,我没有设计过django的账号密码呀??使用了本地mysql的账号密码后就提示这个...不知道怎么才能解决
我用的开发环境是在windows下的eclipse+Pydev开发的。
求大神教啊[泪]非常感谢!
2016年04月14日 13点04分 1
level 5
后台创建超级用户
python manage.py create superset
2016年04月14日 14点04分 2
createsuperuser 上面打错了[呵呵]
2016年04月14日 14点04分
level 3
楼上正解
2016年04月14日 14点04分 3
level 3
我也遇到这个问题了,具体怎么操作呢,谢谢了
2016年05月06日 04点05分 4
level 6
python manage.py createsuperuser
2016年06月06日 05点06分 5
level 1
地址栏输入的127.0.0.1:8000/admin/后出现了TemplateDoesNotExist at /admin/login这个错误怎么解
2017年09月18日 08点09分 6
1