Django 1.9 requires django-compressor@develop

This commit is contained in:
Raphael Michel
2015-12-12 23:20:26 +01:00
parent 9df77c6c27
commit cd0c840825
2 changed files with 4 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ COMPRESS_ENABLED = COMPRESS_OFFLINE = not DEBUG
COMPRESS_CSS_FILTERS = ( COMPRESS_CSS_FILTERS = (
'compressor.filters.css_default.CssAbsoluteFilter', 'compressor.filters.css_default.CssAbsoluteFilter',
'compressor.filters.cssmin.CSSMinFilter', 'compressor.filters.cssmin.CSSCompressorFilter',
) )
# Debug toolbar # Debug toolbar

View File

@@ -4,7 +4,8 @@ python-dateutil
pytz pytz
django-bootstrap3>=6.2,<6.3 django-bootstrap3>=6.2,<6.3
git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js
django-compressor>=1.5,<2.0 #django-compressor>=1.6,<2.0
git+https://github.com/django-compressor/django-compressor.git@develop#egg=django-compressor
reportlab>=3.2,<3.3 reportlab>=3.2,<3.3
git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2 git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2
easy-thumbnails>=2.2,<3 easy-thumbnails>=2.2,<3
@@ -16,3 +17,4 @@ slimit
lxml lxml
static3==0.6.1 static3==0.6.1
git+https://github.com/pretix/dj-static.git@script-path#egg=dj-static git+https://github.com/pretix/dj-static.git@script-path#egg=dj-static
csscompressor