| Name | jitansahu |
|---|---|
| Email Address | n/a |
| Posts | 1 |
-
- 2010-05-25 23:08:50
- how to query all data in one to many relation
- Board » Django » Views
-
i have 5 tables . machine_details is the primary table who as two foreign key username from user_details table & cpu_id from cpu_details table. anther table install_details have a foreign key machine_name from machine_details table.
my problem is how i can use show data from all table.


