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
+2 -1
View File
@@ -10,9 +10,10 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/5.2/ref/settings/
"""
from pathlib import Path
import json
import os
from pathlib import Path
# SECURE 文件用来存储敏感信息,如 SECRET_KEYSMTP信息 等
# Build paths inside the project like this: BASE_DIR / 'subdir'.