I have a thread model that I would like to reuse in multiple places. So a thread should have no knowledge of where it is contained.
I also have a group model and a location model. I would like to have multple threads in a group (1-n reln between group and thread). I would also like threads to appear at _multiple_ locations (so a m-n reln between location and thread). I am wondering, what is the best way to accomplish this in django? I am reasonably familiar with the generic relation mechanism, however that appears to only work for 1-n relationships. Plus I don't want to a thread to worry about where/how it is used/contained. Thanks! - Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---