D
D
David52020-01-06 15:22:57
Django
David5, 2020-01-06 15:22:57

Is Django 3 worth upgrading to?

Hello, I found out that a new version of Django was released not very long ago, namely 3, in general, is it worth switching to it, or will there be 2 more norms?
And also the question is, the main feature is that Django 3 is asynchronous, in simple words, what is it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2020-01-06
@sergey-gornostaev

What is asyncio and what is the real difference from multithreading?

D
Dr. Bacon, 2020-01-06
@bacon

Django 3.0 is conditionally asynchronous, more no than yes. They have a roadmap for implementing asynchrony and this version is just the beginning.

D
Dimonchik, 2020-01-06
@dimonchik2013

Can you put it simply, what is it?

you look here
synchronous - the fourth line from the top (3880 ..)
asynchronous - the third (2413 ...)
with the same number of users (or even more on the 3rd line it will turn out)
but - you also need to write code for asynchronous

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question