Quote:
Originally Posted by drjones
Even though I love RoR, I decided on Django for some projects I am working on. I like its loosly coupled approach.. each little app you build for a django project is nice, self contained and can easily be shared between other django apps. You dont have to start mucking around with building "plugins" or generators like you do in RoR. Django is basically a Rails-esque framework, written in python.
|
I have to agree with you. Django is my preferred framework as well. I just wish more hosts were supporting it.