feat(app): add sanity checks for env variables

This commit is contained in:
Herculino Trotta
2025-12-26 09:55:57 -03:00
parent 05ede58c36
commit c7ff6db0bf
3 changed files with 106 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ is only used for string fields (not dates, decimals, etc.).
from datetime import date
from decimal import Decimal
from unittest.mock import MagicMock, patch
from django.test import TestCase