First time here? Check out the FAQ!
![]() | 1 | initial version |
I find the solution myself. If you modify something on the horizon dashboard, you should have two option:
Recompile the modified sources to the cache (located at /var/lib/openstack-dashboard
you can done that with
python manage.py compress
Disable the offline compression (this slows down the dashboard). At the /etc/openstack-dashboard/local_settings.py
:
COMPRESS_ENABLED = False
COMPRESS_OFFLINE = False
![]() | 2 | No.2 Revision |
I find the solution myself. If you modify something on the horizon dashboard, you should have two option:
/var/lib/openstack-dashboard
you can done that $ python manage.py compress
/etc/openstack-dashboard/local_settings.py
:
COMPRESS_ENABLED = False
COMPRESS_OFFLINE = False
``` COMPRESS_ENABLED = False
COMPRESS_OFFLINE = False ```
![]() | 3 | No.3 Revision |
I find the solution myself. If you modify something on the horizon dashboard, you should have two option:
/var/lib/openstack-dashboard
you can done that with
$ python manage.py compress
/etc/openstack-dashboard/local_settings.py
COMPRESS_ENABLED = False
and COMPRESS_OFFLINE = False
``` COMPRESS_ENABLED = False
COMPRESS_OFFLINE = False ```
![]() | 4 | No.4 Revision |
I find the solution myself. If you modify something on the horizon dashboard, you should have two option:
1)
Recompile the modified sources to the cache (located at/var/lib/openstack-dashboard
you can done that with
$ python manage.py compress
2)
Disable the offline compression (this slows down the dashboard). At the/etc/openstack-dashboard/local_settings.py
modify COMPRESS_ENABLED = FalseFalse
![]() | 5 | No.5 Revision |
I find the solution myself. If you modify something on the horizon dashboard, you should have two option:
1) Recompile the modified sources to the cache (located at /var/lib/openstack-dashboard
you can done that with
$ python manage.py compress
2) Disable the offline compression (this slows down the dashboard). At the /etc/openstack-dashboard/local_settings.py
modify
COMPRESS_ENABLED = False
COMPRESS_OFFLINE = False`
COMPRESS_OFFLINE = False`
![]() | 6 | No.6 Revision |
I find the solution myself. If you modify something on the horizon dashboard, you should have two option:
1) Recompile the modified sources to the cache (located at /var/lib/openstack-dashboard
you can done that with
$ python manage.py compress
2) Disable the offline compression (this slows down the dashboard). At the /etc/openstack-dashboard/local_settings.py
modify
COMPRESS_ENABLED = False
COMPRESS_OFFLINE = False`
False