Django 2.2
djangoproject.com
Django 2.2
1–10 of 257 posts
Re: Django 2.2
#2Re: Django 2.2
#3Nice. Anyone building fun stuff using Django these days?
Re: Django 2.2
#4https://github.com/django/django/pull/2692
A framework that have deciding collaborators that is that sensitive / politically correct is not something I'm willing to invest my time on any more.
Re: Django 2.2
#5Nice. Anyone building fun stuff using Django these days?
Most of my projects starts with Django. Quick to build quick to test the idea. And because they never grow to 10k concurrent users no need for more scalable solution.
Re: Django 2.2
#6Django is a great framework and it's probably very silly of me but I still cannot let go of the master/slave fiasco a couple of years ago. https://github.com/django/django/pull/2692 A framework that have deciding collaborators that is that sensitive / politically correct is not something I'm willing to invest my time on any more.
Re: Django 2.2
#7Django is a great framework and it's probably very silly of me but I still cannot let go of the master/slave fiasco a couple of years ago. https://github.com/django/django/pull/2692 A framework that have deciding collaborators that is that sensitive / politically correct is not something I'm willing to invest my time on any more.
But at the end of the day, the choice is yours to make and it's simply your loss.
Re: Django 2.2
#8Nice. Anyone building fun stuff using Django these days?
Even though a lot of people don't like Django's ORM, at least it does almost everything you would want to do with Postgres. (And if you want more you can always use SqlAlchemy.) Most of the other ecosystems don't even have anything near the baseline functionality built into Django.
Re: Django 2.2
#9Nice. Anyone building fun stuff using Django these days?
https://instagram-engineering.com/web-service-efficiency-at-...
Re: Django 2.2
#10Nice. Anyone building fun stuff using Django these days?
One new feature I’m excited about is bulk_update: https://docs.djangoproject.com/en/2.2/ref/models/querysets/#...