T
T
The_XXI2021-03-17 14:41:29
Django
The_XXI, 2021-03-17 14:41:29

Should I use Django when developing a relatively small site?

We need to develop a small website. In fact, there will be only one form for adding data to the database and a couple of pages with static information. It is also possible to log in and register. Is it worth using Django with such little functionality? Isn't Django too "massive" for that?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander, 2021-03-17
@The_XXI

php - naked, without frameworks it will be "better" and "easier". You don't have to look for VPS for hosting, or a hosting site with python support. There will not be the same number of tambourines with filling and launching. For the described functionality, even a framework is not needed, everything will fit into the floor of hundreds of PHP lines.
If the question is built from the fact that python and django are the only languages ​​\u200b\u200bfamiliar to you with a framework. Then take them, because the familiar is easier and faster.
If you are worried about a place on hosting, then now is not the time when hosting 100mb per month cost about 1000 rubles. Now they sell gigs, for a dollar. There is more a question with python support, since not every hoster will sell what is required for it, and VPS is usually more expensive and "more difficult" for a beginner.

R
Roman Kitaev, 2021-03-17
@deliro

Always surprised and surprised by the arguments against dzhangi on the topic "well, this is a combine." Yes, combine, so what? What does "not too massive" mean? Doesn't fit in the air? Yes, it will fit, don't worry. By this logic, the python is more massive here, because the interpreter with dependencies weighs 100 + mb. Or logic "massive = lags"? Will your landing page have a load of two thousand requests per second or more to worry about?
The functionality of the framework should be a superset of the functionality you require. And the more functionality beyond your requirements, the more room for maneuver you leave yourself. The rest of the arguments are invalid.

D
Dr. Bacon, 2021-03-17
@bacon

Well, do something else.

T
tundramani, 2021-03-17
@tundramani

php - naked, without frameworks it will be "better" and "easier".

and enough sqlite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question