From 811d5c4e944c8d5a04d040ae90c683b26363f499 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 5 Dec 2011 15:20:10 -0400 Subject: [PATCH 1/3] Add CACHE directory to repository in hopes this fixed the problem with DjangoZoom & django-compressor --- static/CACHE/empty.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/CACHE/empty.txt diff --git a/static/CACHE/empty.txt b/static/CACHE/empty.txt new file mode 100644 index 0000000000..6068d6a5eb --- /dev/null +++ b/static/CACHE/empty.txt @@ -0,0 +1 @@ +empty file From acf61bbb27503ae8c8bdb6aca6873e265eb87fd8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 5 Dec 2011 15:27:31 -0400 Subject: [PATCH 2/3] Disable django-compress --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index 27ef8c818f..60d7446eba 100644 --- a/settings.py +++ b/settings.py @@ -185,6 +185,8 @@ STATICFILES_FINDERS = ( COMPRESS_PARSER = 'compressor.parser.HtmlParser' COMPRESS_CSS_FILTERS = ['compressor.filters.css_default.CssAbsoluteFilter', 'compressor.filters.cssmin.CSSMinFilter'] +COMPRESS_ENABLED=False + #===== User configuration options =============== #--------- Pagination ------------------ #PAGINATION_DEFAULT_PAGINATION = 10 From fff202e5b4489fdba5df46cdd6e51aad0429800a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 5 Dec 2011 15:32:24 -0400 Subject: [PATCH 3/3] Bumped version to 0.10-hotfix4 --- apps/main/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/__init__.py b/apps/main/__init__.py index 07d4301314..6ae26a0009 100644 --- a/apps/main/__init__.py +++ b/apps/main/__init__.py @@ -23,7 +23,7 @@ __version_info__ = { 'minor': 10, 'micro': 0, 'releaselevel': 'hotfix', - 'serial': 2 + 'serial': 4 } if not DISABLE_HOME_VIEW: