初学Django,DjanGo 修改models.py 字段后执行makemigrations报错,报错信息:<class 'test2.admin.AccountAdmin'>:&n
初学Django,DjanGo 修改models.py 字段后执行makemigrations报错,报错信息:
<class 'test2.admin.AccountAdmin'>: (admin.E108) The value of 'list_display[3]' refers to 'account_admin', which is not a callable, an attribute of 'AccountAdmin', or an attribute or method on 'test2.Account'.
<class 'test2.admin.AccountAdmin'>: (admin.E108) The value of 'list_display[4]' refers to 'passWord_admin', which is not a callable, an attribute of 'AccountAdmin', or an attribute or method on 'test2.Account'.
第一遇到有点手足无措,搜索了一波,在这里找到了答案。
原来是我在admin.py中定义了AccountAdmin,
修改list_display中的account_admin,password_admin 即可解决,其实报错中的信息已经很明确了。
--结束END--
本文标题: Django:The value of 'list_display[3]' refers to 'account_admin', which is not a call
本文链接: https://lsjlt.com/news/38457.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0