Fork me on GitHub
摘要: AbstractUserfrom django.contrib.auth.models import AbstractUser AbstractBaseUser中只含有3个field: password, last_login和is_active. 这个就是你自己高度定制自己需要的东西 什么是基于扩 阅读全文
posted @ 2017-11-09 16:55 patrick-py 阅读(1016) 评论(0) 推荐(0)