For example - User HAS "Contacts"; User HAS "Preferences"
Usually (I'm from an Oracle/Java background) the Contacts table would
have a "user-id" foreign key.
However Django models refer Foreign Key relations as "Many-to-one",
but that is not true in my case.
There is only one Contact table for a User and it might keep growing
as new fields are added.
Don't want to clutter up the User Profile with all this.

Thanks for any ideas you can share.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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