New Features in Django 3.2
hakibenita.com
New Features in Django 3.2
1–10 of 14 posts
Re: New Features in Django 3.2
#2Re: New Features in Django 3.2
#3Re: New Features in Django 3.2
#4Django 3.2 has only been released as a beta 1. Title is a bit click-baity and feature set can still evolve.
Re: New Features in Django 3.2
#5I've built more than one business around it.
For the past six or seven years though, I've found Nodejs to just be superior in every aspect other than the automatic admin.
Strapi has some interesting options there though.
Re: New Features in Django 3.2
#6I used to be such a huge Django fan, and in many ways I still am. I've built more than one business around it. For the past six or seven years though, I've found Nodejs to just be superior in every aspect other than the automatic admin. Strapi has some interesting options there though.
Re: New Features in Django 3.2
#7I used to be such a huge Django fan, and in many ways I still am. I've built more than one business around it. For the past six or seven years though, I've found Nodejs to just be superior in every aspect other than the automatic admin. Strapi has some interesting options there though.
Last time I worked on a Node app, I had to define the data model once for the ORM (Objection), again when writing migrations by hand (Knex), again when defining the input validation schema (Joi), maybe again when defining data objects, and I didn't even have an admin.
For me, the language is secondary -- there were times when I would have liked to have a Django.js, so I could share code (validation and calculation modules) between backend and frontend.
Re: New Features in Django 3.2
#8I used to be such a huge Django fan, and in many ways I still am. I've built more than one business around it. For the past six or seven years though, I've found Nodejs to just be superior in every aspect other than the automatic admin. Strapi has some interesting options there though.
The power of Django (imho) is in how you can define data models only once, and out of them get excellent database migrations, database operations, form validation, API serialization/deserialization, and an admin interface. Is there anything in Node.js land that comes even close to this level of integration? Last time I worked on a Node app, I had to define the data model once for the ORM (Objection), again when writi…
Re: New Features in Django 3.2
#9It's nice to see Django being awesome and actively developed, but it feels like Django is losing touch.
The world has moved on to concurrency and Django, as a framework, seems ill-suited to meet future requirements.
Re: New Features in Django 3.2
#10I used to be such a huge Django fan, and in many ways I still am. I've built more than one business around it. For the past six or seven years though, I've found Nodejs to just be superior in every aspect other than the automatic admin. Strapi has some interesting options there though.
Ref - https://aws.amazon.com/about-aws/whats-new/2020/12/aws-ampli...