Merge "Enable COMPRESS_OFFLINE for Horizon"

This commit is contained in:
Jenkins 2015-10-15 15:01:15 +00:00 committed by Gerrit Code Review
commit 968a42b826
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from openstack_dashboard import exceptions
DEBUG = False
TEMPLATE_DEBUG = DEBUG
COMPRESS_OFFLINE = True
# WEBROOT is the location relative to Webserver root
# should end with a slash.