M
M
mkone1122020-05-14 01:56:05
Django
mkone112, 2020-05-14 01:56:05

What should a developer know about Django protocols?

Actually the whole point is in the title. What can you read on this topic and how much time will it take to master the minimum?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2020-05-14
@mkone112

The bigger, the better. Django is a web development framework, and web applications are a special case of networking software.

A
Andrey Shubin, 2020-05-14
@idegree

Well, since Django means HTTP is at least necessary.
It will be useful to learn how to interact via HTTP via telnet - you will understand how the headers, the request body, and so on are arranged.
Learning how to make queries with CURL is also useful.

D
Dr. Bacon, 2020-05-14
@bacon

In general, I don’t understand the meaning of such questions, you don’t need to specifically sit down and learn, basic knowledge of HTTP can be drawn from the same Wikipedia, then, as questions arise, ask Google.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question