您好,登錄后才能下訂單哦!
初學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 即可解決,其實報錯中的信息已經很明確了。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。