Enhance environment variable handling, add Celery configuration, and implement device expiration notification tasks

This commit is contained in:
2025-04-24 10:42:22 +05:00
parent ee8145f07f
commit 99982d13d5
8 changed files with 106 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"typeCheckingMode": "off",
"typeCheckingMode": "standard",
"exclude": [
"council-api/**/migrations",
"**/__pycache__",