I'm trying to create a record label website and I'm modeling the music
data.  I have artists, albums, tracks so far.  What I'd like to do is
use the artists model for both individual recording artists and groups
of recording artists.  I'd like to be able to find any singular artist
or groups of artists by visiting one URL  /artists/artist_slug and be
able to view the related artists if there's a artist.artist_set.  Any
ideas about how I can achieve this using Django?   Keep in mind an
artist could be in more than one band at once, the reason I put
recursive many to many in the title.



--~--~---------~--~----~------------~-------~--~----~
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