diff --git a/compressor/test_settings.py b/compressor/test_settings.py index 1d3b476..6a72e7f 100644 --- a/compressor/test_settings.py +++ b/compressor/test_settings.py @@ -21,8 +21,9 @@ DATABASES = { INSTALLED_APPS = [ 'compressor', 'coffin', - 'jingo', ] +if django.VERSION < (1, 8): + INSTALLED_APPS.append('jingo') STATIC_URL = '/static/'