Re: Clean Architecture in Django

2019-09-02 Thread Uzama Zaid
o and our fantastic community. > > Thanks for your understanding, > > Adam > > On Mon, 2 Sep 2019 at 14:23, Uzama Zaid > wrote: > >> Hello Guys, >> >> I would like to know any resources available on writing Django >> application in Clean Architecture. &

Re: calculating two integers fields in django..

2019-09-02 Thread Uzama Zaid
You can use methods to do that On Mon, Sep 2, 2019 at 7:10 PM Muhammed Bilal wrote: > > I have a model some thing like this > > class Add(models.Model): >Budget = models.IntegerField() >Expense = models.IntegerField() > > Now I would like to do calculations for example Sum , subtractin

Clean Architecture in Django

2019-09-02 Thread Uzama Zaid
Hello Guys, I would like to know any resources available on writing Django application in Clean Architecture. Clean Architecture -- You received this message because you are subscribed to the Google Groups "Django