Another option is to create a user profile class (http://
www.djangoproject.com/documentation/authentication/#storing-additional-information-about-users),
and have that user profile class have a ManytoManyField(http://
www.djangoproject.com/documentation/model-api/#many-to-many-relationships)
with Song. Your "user song" class is essentially a ManytoManyField
without all the functionality that ManytoManyFields provide.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to