Re: error separating apps from projects

2007-04-21 Thread Tejas Shah
that's a nice idea thanks Michael On 4/21/07, Michael Trier <[EMAIL PROTECTED]> wrote: > > > I recently did something similar but what I ended up doing was > creating a symbolic link to a path that was already in my sys.path > location. For me since I have site-packages/django I just created a >

Re: Efficient method to execute a query

2007-04-15 Thread Tejas Shah
: > > > Tejas, > > Can you not use the select_related on the queryset to eager load the > relationships? > > Michael > > On 4/15/07, Michael Trier <[EMAIL PROTECTED]> wrote: > > On 4/15/07, Tejas Shah <[EMAIL PROTECTED]> wrote: > > > Thanks gu

Re: Efficient method to execute a query

2007-04-15 Thread Tejas Shah
Thanks guys The problem in this case with querying against ItemRatingsByGroup is that not all Items are in there. Only the items that have been rated are in items rated by group I'm looking to display as following: The Group All the items in the group A rating for each item - if a rating