Say there're two tables:
table: Company field: ID, Company_Name
table: People field: ID, People_Name, Company_ID
I used to use MS Access, create a people form, a company form, then bind people form into company form as a "Subform".
Now I am learning Django. Are there any ways to achieve the similar function.
Thanks in advance.