Re: Clean Architecture in Django

2019-09-02 Thread Uzama Zaid
Noted with thanks On Mon, Sep 2, 2019 at 10:14 PM Adam Johnson wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for the development of Django itself, not for support using Django. > This means the discussions of bugs and features in Django itself

Re: Clean Architecture in Django

2019-09-02 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

Re: calculating two integers fields in django..

2019-09-02 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

Re: calculating two integers fields in django..

2019-09-02 Thread Manoj Jadhav Patil
If you are using MySQL. You can use virtual fields option. Regards, Manoj On Mon, Sep 2, 2019, 9:20 PM Uzama Zaid wrote: > 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): >>B

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

calculating two integers fields in django..

2019-09-02 Thread Muhammed Bilal
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 , subtracting two fields and multiplying them (*budget - Expense) .. (**budget + Expe

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

Re: Add support for multiple path converters on urls.path()

2019-09-02 Thread Marco Silva
Hey, Thank you for your feedback. Making a new URL definition is a good approach, even though the example I gave would require a few extra lines, that may be more readable than squeezing everything together. Regarding the custom converter, I already have custom converters in place, and I don'

Django bugfix releases: 2.2.5, 2.1.12, and 1.11.24

2019-09-02 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2019/sep/02/django-bugfix-releases-225-2112-11124/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe fr