老师, py3.6 django1.11 使用xadmin的后台添加自定义的表报错
来源:5-3 users app 的model注册
Jieay
2019-07-21
例如添加邮箱验证,报错list index out of range
2回答
-
Jieay
提问者
2019-07-25
使用了https://git.imooc.com/coding-78/coding-78/src/py3.6_django1.11 代码的 py3.6_django1.11 分支还是没有解决。
报错如下:
'</i></span>%s<span class="input-group-btn"><button class="btn btn-default" type="button">%s</button></span></div></div>' % (input_html[0], _(u'Today'), input_html[1], _(u'Now')))
IndexError: list index out of range
[25/Jul/2019 11:02:34] "GET /xadmin/users/emailverifyrecord/add/ HTTP/1.1" 500 618141
012019-07-27 -
bobby
2019-07-23
这个是xadmin的bug, 因为xadmin在不停的更新为了兼容django和python的各个版本 容易出一些bug也是正常的,使用https://git.imooc.com/Project/coding-78/src/py3.6_django1.11/MxOnlie/extra_apps 这里的xadmin源码就行了,记得如果你的django是2.0 那分支要记得选择正确
00
相似问题