Merge "Enable offline compression for resource files"
This commit is contained in:
commit
af64fa9f1f
@ -4,6 +4,7 @@ from openstack_dashboard import exceptions
|
||||
|
||||
DEBUG = {{ debug }}
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
COMPRESS_OFFLINE = True
|
||||
COMPRESS_ENABLED = True
|
||||
COMPRESS_ROOT = '{{ horizon_lib_dir }}/static'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user