django建表报错
生活随笔
收集整理的這篇文章主要介紹了
django建表报错
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
報錯信息如下:
aise SystemCheckError(msg)
django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues:
ERRORS:
auth.User.groups: (fields.E304) Reverse accessor for 'User.groups' clashes with reverse accessor for 'UserInfo.groups'
解決方案如下:
在settings.py文件里加入
AUTH_USER_MODEL = 'users.UserProfile'其中
users:你的app名
UserProfile:你的model類
轉載于:https://www.cnblogs.com/jubing/p/11001336.html
總結
以上是生活随笔為你收集整理的django建表报错的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Git常用命令使用大全
- 下一篇: MySQL 优化之 index_merg