Re: Multiple Relationships Associativity and Admin

2007-04-22 Thread Russell Keith-Magee
On 4/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks in advance to anyone who replies to this. > > Individually these are simple, but the part I can't quite figure out > is how to simply ensure via the admin interface that if I create a new > tag for an entry that the tag also

Multiple Relationships Associativity and Admin

2007-04-22 Thread [EMAIL PROTECTED]
Thanks in advance to anyone who replies to this. I just started using Django and I'm creating a sample blog application in which within this application more than one blog is represented, and each blog has a one-to-many relationship with tags, as well as a one-to-many relationship with entries.