1、UserInfo类继承了Django模型自带的User类,需要导入AbstractUser
2、然后在settings.py中配置
Django-models,继承AbstractUser类
原文:http://www.cnblogs.com/lucaq/p/7544893.html