diff --git a/proyecto/settings.py b/proyecto/settings.py index d9999b8..c866b51 100644 --- a/proyecto/settings.py +++ b/proyecto/settings.py @@ -217,6 +217,7 @@ USE_TZ = True STATIC_URL = 'static/' STATIC_ROOT = BASE_DIR / 'staticfiles' COMPRESS_ROOT = STATIC_ROOT +COMPRESS_URL = STATIC_URL STATICFILES_DIRS = [ BASE_DIR / 'tienda' / 'static', ]