Always disable django-compressor during tests

This commit is contained in:
Raphael Michel
2016-03-22 18:04:33 +01:00
parent 072441c3a3
commit 4110c1c77a

View File

@@ -9,3 +9,5 @@ INSTALLED_APPS.append('tests.testdummy')
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
EMAIL_BACKEND = 'django.core.mail.outbox'
COMPRESS_ENABLED = COMPRESS_OFFLINE = False