feat(email): extract notification templates

This commit is contained in:
2026-05-05 12:18:18 +08:00
parent 8d3773a2eb
commit a780c1bf52
13 changed files with 878 additions and 633 deletions
+3
View File
@@ -46,6 +46,9 @@ where = ["apps"]
include = ["backend*"]
namespaces = true
[tool.setuptools.package-data]
"backend.email_templates" = ["templates/*.html"]
[tool.ruff]
line-length = 100
target-version = "py312"