Merge "Enabled django-compressor for javascript sanity test"

This commit is contained in:
Jenkins 2013-11-13 17:35:14 +00:00 committed by Gerrit Code Review
commit e543879af6

View File

@ -118,9 +118,10 @@ HORIZON_CONFIG = {
'help_url': "http://example.com"
}
COMPRESS_ENABLED = False
COMPRESS_ENABLED = True
COMPRESS_OFFLINE = False
COMPRESS_ROOT = "/tmp/"
COMPRESS_PARSER = 'compressor.parser.HtmlParser'
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',