mod: add django-environ for use .env for manage environment

This commit is contained in:
2026-02-15 15:33:29 +03:00
parent b5e9e85476
commit 53a5bce1dc
3 changed files with 20 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ django-taggit = "^6.1.0"
pillow = "^12.1.1"
pytils = "^0.4.4"
etpgrf = "^0.1.4"
django-environ = "^0.12.1"
[build-system]