On 07/06/2012 04:25 οΏ½οΏ½, Peter of the Norse wrote:
>
> There's a large group of programmers, especially in Python, that loves "Do one thing, and do it well". If you don't need database support, then half of Django goes unused. If you do need to save data, then you'll love ModelForms. I like that Django has everything I need and that they all work together. But if you'd rather use MongoDB, then it's every difficult.
>
> Peter of the Norse
> Rahm...@Radio1190.org
>
>
>
>
I agree with your point of view even though I have found some projects
combining Django with mongo db.
Anyway what I like about Django is that it has a rich feature set, it is
infinitely extendable AND can be virtualized (though pip, fabric, etc)
making replication of installation easy.