Re: [Openstack] Customization of Horizon

2013-09-23 Thread David Scott
The best way to learn Horizon is to learn Django. Horizon is a Django project and Openstack Dashboard is a Django app, so the more you know about Django itself the better off you are. Also, don't forget that all the data comes from the OpenStack REST API. Horizon uses Python modules that wrap th

Re: [Openstack] Customization of Horizon

2013-09-23 Thread Dmitry Mescheryakov
Hello, I don't know of any deep guides for Horizon development, but I can suggest looking at examples. For instance Savanna UI is a pretty small plugin for Horizon which adds a panel with some tables. Here is how it looks: http://www.youtube.com/watch?v=SrlHM0-q5zI Consider looking at 0.2 branch,

[Openstack] Customization of Horizon

2013-09-18 Thread Marco
Hi guys, I'm new to Openstack and I'm trying to customize Horizon, adding a panel with some tables and tabs. I am having many problems in understanding how it works (even with the tutorial of openstack). So my question is: is there any easy guide to learn programming in Horizon? Many thanks