Re: [Openstack] Horizon panel and database

2014-07-10 Thread Lukáš Vízner
Hey, I just want to share interesting link which helped me solve my problem and better understand how it all works together: http://crazytechthoughts.blogspot.cz/2013/02/simple-employee-table-with-openstack.html Greetings Lukas 2014-07-03 11:18 GMT+02:00 Lukáš Vízner : > Hello, > > thanks for

Re: [Openstack] Horizon panel and database

2014-07-03 Thread Lukáš Vízner
Hello, thanks for reply. Yes I have model for data in the models.py file. I am able to show empty table in the panel but what I do not know is how the code of the function "get_data" in the views.py file should look like. When I try to look to another views.py files I can see that openstack api is

Re: [Openstack] Horizon panel and database

2014-06-30 Thread Matthias Runge
On Thu, Jun 26, 2014 at 05:36:07PM +0200, Lukáš Vízner wrote: > Hi, > > I have specific task that I need to create a new panel in horizon > dashboard. In this panel I need to create table and in this table I need to > show data from my specific database table. > > I have created the new panel and

[Openstack] Horizon panel and database

2014-06-26 Thread Lukáš Vízner
Hi, I have specific task that I need to create a new panel in horizon dashboard. In this panel I need to create table and in this table I need to show data from my specific database table. I have created the new panel and table, I have prepared my database table, but now I donť know how to work w