On 10/19/06, MerMer <[EMAIL PROTECTED]> wrote: > > > > The quick fix here is to replace that line with > > > > from mysite.promotions import signals > > > > The quick fix here didn't work. I would then get > "update_review_average is undefined."
Right, however `signals.update_review_average` should work just fine. You only imported the signals module, not the function directly. > > However, many thanks for the explanation, I'll go through it and if I > have further questions come back. In the meantime, I've resorted to > putting the "update_review_average" into the models.py - which has > created a new set of problems (see new post). > > As a newbie, I'm struggling to make much headway - guess it's not my > day! > > MerMer > > > > > -- ---- Waylan Limberg [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---