26、Django内建用户系统
官方文档:https://docs.djangoproject.com/en/2.2/topics/auth
基本 字段
模型类位置:
-- from django.contrib.auth.models import User
官方文档:https://docs.djangoproject.com/en/2.2/topics/auth
基本 字段
模型类位置:
-- from django.contrib.auth.models import User