Fix: add COMPRESS_ROOT setting

This commit is contained in:
2026-05-05 14:01:44 +02:00
parent 69578f1dba
commit 6e003009fa
+1
View File
@@ -216,6 +216,7 @@ USE_TZ = True
STATIC_URL = 'static/'
STATIC_ROOT = BASE_DIR / 'staticfiles'
COMPRESS_ROOT = STATIC_ROOT
STATICFILES_DIRS = [
BASE_DIR / 'tienda' / 'static',
]