
This commit updates the App Catalog manifest to execute the proper commands for generating static and compressed content such that the content will appear in the install directory as and when expected. Change-Id: I130878728ce3a1ae06e9823fcd3db1aa1fa5285d
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
ASSETS_FILE = '<%= @root_dir %>/openstack_catalog/web/api/v1/assets'
|
|
STATIC_ROOT = '<%= @install_dir %>/web/static'
|
|
ALLOWED_HOSTS = ['*']
|
|
DEBUG = False
|
|
COMPRESS_ENABLED = True
|
|
COMPRESS_OFFLINE = True
|