diff --git a/proyecto/settings.py b/proyecto/settings.py index 6e66468..d9999b8 100644 --- a/proyecto/settings.py +++ b/proyecto/settings.py @@ -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', ]