On Tuesday, December 2, 2014 1:53:36 AM UTC-8, Anju SB wrote:
>
>
> We can't modify the 5 user details tables, because the other applications 
> are associated with that table. It is required to map these table with user 
> table.  But using the foreign key relationship we can only relate to one 
> table. How can I design models without affecting the 5 tables mentioned.  
>

 FK the UserProfile to those tables, not the other way around. That will 
leave them untouched/unmodified.

./s


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/89a54217-2270-4a04-9464-445fc3ca8792%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to