celery,logger,limiter,cache,logo

This commit is contained in:
resonate
2022-01-24 11:58:28 +08:00
parent a3c61d3291
commit 2e6067fd31
15 changed files with 127 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from flask_mail import Message
# send_mail(subject='title', recipients=['123@qq.com'], content='body')
from entrance.extend.mail import mail
from common.extend.mail import mail
def send_mail(subject, recipients, content):