Re: shared model relationship question

2006-10-03 Thread Malcolm Tredinnick
On Tue, 2006-10-03 at 18:49 +1000, Benjamin Ward wrote: > > Im very new to this so please forgive if this is an obvious question: > > How do you describe these relationships in a model in Django: > > 1) > UserProfile extends User. UserProfile has_a Address. Event has_a > Address. > > Where A

shared model relationship question

2006-10-03 Thread Benjamin Ward
Im very new to this so please forgive if this is an obvious question: How do you describe these relationships in a model in Django: 1) UserProfile extends User. UserProfile has_a Address. Event has_a Address. Where Address has a common data-structure shared by Event and UserProfile, but ea