feat: project config
CI / test (push) Successful in 32s
CI / build (push) Successful in 1m11s

This commit is contained in:
2026-07-17 08:34:44 +02:00
parent fe36f0a8d9
commit 734309e955
7 changed files with 627 additions and 33 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from django.test import override_settings
def collected_static_files():
"""{% static %} (usado en pattern.html/pattern_detail.html) necesita el
manifest que genera collectstatic cuando STORAGES['staticfiles'] es
CompressedManifestStaticFilesStorage (ver settings.py); sin esto,
CompressedManifestStaticFilesStorage (ver base.py); sin esto,
cualquier test que renderice una de esas plantillas falla con
"Missing staticfiles manifest entry". Se recopila a un directorio
temporal (no al STATIC_ROOT real del proyecto) para no depender de ―ni