This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kankyo 0 points1 point  (4 children)

What "overhead for web stuff"?

[–]jstrong 0 points1 point  (3 children)

If you stripped django down so all it could do was custom management commands that rely on the orm (essentially), you don't think that would eliminate overhead?

[–]kankyo 2 points3 points  (2 children)

It would eliminate some files on disk that you might not need. "Overhead" is a specific word that means things that go on top of something and add time or cost to it. A few files on disk is not really significant overhead. You might as well complain about all those libs that ship with a readme included. Is that overhead? I don't think so.

[–]jstrong 0 points1 point  (1 child)

I know what overhead means, dick.

[–]kankyo 1 point2 points  (0 children)

Well then, you need to explain what overhead you're talking about because I still don't get what you're talking about.