Re: Can someone help with Many-to-many referencing and then calculations against another field on the linked model

2011-01-21 Thread Sean Wallace
Hi Trevor, On Fri, Jan 21, 2011 at 1:47 PM, Trevor Stanley wrote: > def get_fringe_value(self, fringe): should be def get_fringe_value(self): I don't think you are using the local variable "fringe" anywhere in this method, so you should get rid of it. and > self.fringe_total = self.f

Re: Need HELP urgently

2011-01-13 Thread Sean Wallace
On Wed, Jan 12, 2011 at 10:59 PM, Derek wrote: > You could also consider using an AJAX-based "autocomplete" approach; > see: > http://code.djangoproject.com/wiki/AutoCompleteSolutions > > On Jan 12, 7:27 am, gupta-django wrote: > > I have two application > > > > 1. App1 - It has a Model Class "E