add: django-environ

This commit is contained in:
2026-05-25 10:37:22 +03:00
parent 5b6c8a8ded
commit 75d359aeb3
2 changed files with 18 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ packages = [
python = "^3.12"
django = "^6.0"
python-dotenv = "^1.0.0"
django-environ = "^0.13.0"
[tool.poetry.group.dev.dependencies]
django-extensions = "^3.2"