摘要: from rest_framework_simplejwt.authentication import JWTAuthentication from rest_framework.permissions import IsAuthenticated, DjangoModelPermissions c 阅读全文
posted @ 2024-06-21 13:22 wellplayed 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 视图层 from rest_framework_simplejwt.tokens import AccessToken from django.middleware.csrf import get_token from django.contrib.auth import login class J 阅读全文
posted @ 2024-06-21 10:28 wellplayed 阅读(7) 评论(0) 推荐(0) 编辑
摘要: import smtplib from email.mime.text import MIMEText from email.header import Header from email.utils import formataddr from utils.common_logger import 阅读全文
posted @ 2024-06-21 09:41 wellplayed 阅读(3) 评论(0) 推荐(0) 编辑