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 people and publication to a
bridge table(lets say PeoplePublication) whenever I do the first step.

I guess I cant do the 1st one with inlines. How can I do this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to