optim: optim import and some email key

This commit is contained in:
2025-09-20 22:49:13 +08:00
parent 2e5e362000
commit 5902c6206c
44 changed files with 251 additions and 94 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
from django.core.mail import send_mail
from django.conf import settings
import json
import logging
from django.conf import settings
from django.core.mail import send_mail
logger = logging.getLogger(__name__)
class EmailNotificationService: