refactor: streamline environment variable handling using django-environ

This commit is contained in:
2026-05-31 18:33:35 +02:00
parent ac27137b77
commit 131fe8fecc
3 changed files with 72 additions and 96 deletions
+1
View File
@@ -7,6 +7,7 @@ dependencies = [
"celery==5.6.3",
"Django==6.0.5",
"django-compressor==4.6.0",
"django-environ>=0.13.0",
"django-ninja>=1.6.2",
"django-redis==6.0.0",
# S3 backend requerido por tienda/storage_backends.py cuando S3_ENABLE=True.