Turning off offline compression for integration test

We have COMPRESS_OFFLINE disabled by default in our tests in horizon,
we need to do the same for dashboard. Refer to bug for detailed
explanation.

Change-Id: Ib8480c3a91e6c06fc5b5ad0c08df88aada774b33
Closes-Bug: #1469293
This commit is contained in:
Thai Tran 2015-06-26 13:03:38 -07:00
parent 0ef239c6cf
commit bc3e3b6934

View File

@ -34,6 +34,8 @@ TEMPLATE_CONTEXT_PROCESSORS += (
'openstack_dashboard.context_processors.openstack',
)
COMPRESS_OFFLINE = False
INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.auth',