On Sunday, 7 February 2016, Erdősi Péter <[email protected]> wrote: > 2016. 02. 07. 17:47 keltezéssel, Martinx - ジェームズ írta: > >> Also, I see the "WEBROOT" entry is duplicated on Ubuntu deployments! Is >> this expected? >> >> I think, you have to regenerate the dynamic CSS. > We set this option at the end of local_settings.py, and I think, that > solves the problem to us. > COMPRESS_OFFLINE = False > > We also let the static files in the old paths at the apache config: > Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/ > Alias /horizon/static > /usr/share/openstack-dashboard/openstack_dashboard/static/ > > Anyways, the double webroot not needed in local_settings.py, We just > commented out one of them. > > (is somebody knows, how to regenerate css in console with kilo - couse i > think it's possible - don't hold back please :) )
python manage.py collectstatic python manage.py compress > > Regards, > Peter > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Mohammed Naser — vexxhost ----------------------------------------------------- D. 514-316-8872 D. 800-910-1726 ext. 200 E. [email protected] W. http://vexxhost.com
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
