赞
踩
在项目的settings 中添加
AUTH_USER_MODEL = 'users.User' # users是app名,User是models中的类名
然后执行 python manage.py makemigrations app名 python manage.py migrate