Re: Stuck with Calculated feild

2020-09-25 Thread Frederic Salvetat
Hi Eankomah, You have several solution depending upon your need: > Le mercredi 23 septembre 2020 07:24:05 UTC+2, eankomah a écrit : > Hi all am stuck at getting total_price Calculated in my model > > class inventory(models.Model): > def __str__(self): > return self.name > ...

Re: Stuck with Calculated feild

2020-09-25 Thread Frederic Salvetat
Hi Eankomah, You have several solutions depending upon your need: *>Le mercredi 23 septembre 2020 07:24:05 UTC+2, eankomah a écrit :* *>Hi all am stuck at getting total_price Calculated in my model* *>* *>class inventory(models.Model):* *>def __str__(self):* *>return self.name* *> ...