I was going about django for my own stuff, but I am a little curious as
to why everything is so tightly coupled. The DB code is in the VIEW,
the view is the DB, changing one variable, effects the entire
code-base, I have never seen anything like it? Also, the loading of
modules makes it difficult to debug and it seems to happen everywhere.
I am not saying this is good or bad, just an observation.
Am I wrong?