Re: Displaying the fields of two tables on the same admin page

2010-04-01 Thread pjrhar...@gmail.com
On Mar 31, 9:42 pm, Asim Yuksel wrote: > The people and publication are not related so I cant use manytomany Can you post the schema of this "bridge" table you keep talking about? Because it sounds _exactly_ like a ManyToMany Peter -- You received this message because you are subscribed to the

Re: Displaying the fields of two tables on the same admin page

2010-03-31 Thread Asim Yuksel
The people and publication are not related so I cant use manytomany On 31 Mart, 15:30, "Giovannetti, Mark" wrote: > > I am entering them on the same page otherwise I will have to note down > > the ids of people and publications table and then go to bridge table > > and insert the ids there. So th

RE: Displaying the fields of two tables on the same admin page

2010-03-31 Thread Giovannetti, Mark
> > I am entering them on the same page otherwise I will have to note down > the ids of people and publications table and then go to bridge table > and insert the ids there. So the reason I want to enter in the same > page is I will insert the ids into bridge table whenever I click save. > I am

Re: Displaying the fields of two tables on the same admin page

2010-03-30 Thread pjrhar...@gmail.com
On Mar 29, 4:17 pm, Asim Yuksel wrote: > I am entering them on the same page otherwise I will have to note down > the ids of people and publications table and then go to bridge table > and insert the ids there. So the reason I want to enter in the same > page is I will insert the ids into bridge

Re: Displaying the fields of two tables on the same admin page

2010-03-29 Thread Asim Yuksel
I am entering them on the same page otherwise I will have to note down the ids of people and publications table and then go to bridge table and insert the ids there. So the reason I want to enter in the same page is I will insert the ids into bridge table whenever I click save. I am not allowed to

Re: Displaying the fields of two tables on the same admin page

2010-03-29 Thread pjrhar...@gmail.com
> I cant use inlines option ind admin,py because the > tables should be related. If they aren't related why would you want to be entering them on the same page? When you come to edit them again what two instances should be loaded together if they are completely unrelated? Given what you first sa

Re: Displaying the fields of two tables on the same admin page

2010-03-28 Thread Gramware
On Mar 29, 7:56 am, Asim Yuksel wrote: > Sorry for not making it clear. The idea is to use default admin > template and help the admin to enter data from admin interface. I will > enter data via admin's default template. Lets say I have People and > Publications Table in my database. So when I c

Re: Displaying the fields of two tables on the same admin page

2010-03-28 Thread Asim Yuksel
Sorry for not making it clear. The idea is to use default admin template and help the admin to enter data from admin interface. I will enter data via admin's default template. Lets say I have People and Publications Table in my database. So when I click admin's add button, it will display some fiel

Re: Displaying the fields of two tables on the same admin page

2010-03-28 Thread Gramware
On Mar 28, 8:40 pm, Asim Yuksel wrote: > I have two questions. > 1)I have two tables(People, Publication) and they are not related and > I want to display the fields of these tables on the same admin page. > So when I fill all the fields, I want to insert these values into > people and publicati

Re: Displaying the fields of two tables on the same admin page

2010-03-28 Thread Gramware
On Mar 28, 8:40 pm, Asim Yuksel wrote: > I have two questions. > 1)I have two tables(People, Publication) and they are not related and > I want to display the fields of these tables on the same admin page. > So when I fill all the fields, I want to insert these values into > people and publicati

Displaying the fields of two tables on the same admin page

2010-03-28 Thread Asim Yuksel
I have two questions. 1)I have two tables(People, Publication) and they are not related and I want to display the fields of these tables on the same admin page. So when I fill all the fields, I want to insert these values into people and publication tables. 2) I also want to insert the id values of