Re: How to Sum subtract and multiply two integer fields

2019-09-02 Thread Suraj Thapa FC
😂 On Mon, 2 Sep, 2019, 7:09 PM Muhammed Bilal, wrote: > class Add(models.Model): >budget = models.IntegerField() >Expense = models.IntegerField() > > Now I would like to do a complete calculation for example budget - > Expense and budget + expense. Kindly hel me. > > -- > You received

How to Sum subtract and multiply two integer fields

2019-09-02 Thread Muhammed Bilal
class Add(models.Model): budget = models.IntegerField() Expense = models.IntegerField() Now I would like to do a complete calculation for example budget - Expense and budget + expense. Kindly hel me. -- You received this message because you are subscribed to the Google Groups "Djang