Django 用户认证(Auth)组件需要导入auth 模块: # 认证模块from django.contrib import auth # 对应数据库from django.contrib.auth.models import User 返回值是用户 ...
確定! 回上一頁