vote up 0 vote down star

I've previously done some Rails development (not much, and > 1 year ago).

My new job requires me to know a little bit about Django templates, so I'm a little familiar with those.

I'd like to get back into web development, and it really seems like a choice of Django or Rails.

The question is.. which?

flag
See the following questions: stackoverflow.com/questions/tagged/…. Is this a duplicate? – S.Lott Oct 15 '08 at 22:01

closed as exact duplicate by Jeff Atwood Oct 15 '08 at 22:24

5 Answers

vote up 0 vote down

TurboGears. It's very similar to Django, but it "feels" better suited to general, non-CMS web application development. I've used and love Django, but I'm using TurboGears for my new projects.

link|flag
vote up 1 vote down

The answer to this question is hugely subjective. The general consensus, from what I've been able to gather, is that Django excels more in publishing-style roles. For example, situations where a CMS was not powerful enough, but your app was very close to a published website. Rails, OTOH, is more focused on the more app-oriented websites. For example, you can of course look at all of the 37signals tools (the guys who made Rails) to get an idea of what Rails is good for. A good example of what Django is good at is the Django book. This being said, they're both extremely flexible frameworks, so you'll probably be quite well suited with either, regardless of your intended use.

link|flag
vote up 0 vote down

Well there are obviously various factors to consider. I would take into account what languages are supported within your organization (this includes knowledge base/experience). Since you mention that your new job requires you to know about Django templates to begin with, I'm not sure why you would consider switching to another framework. Personally, I like Django. However both frameworks are clearly a step forward.

link|flag
vote up 1 vote down

You're asking a crazy loaded meta-question...

If you have a specific use case that you're not sure will be handled by one of the frameworks, ask about that framework. For the generic "which should I use", without knowing anything more, the answer has to be what-ever will make you most efficient. That's the ultimate name of the game for these frameworks - a secret weapon which makes you incredibly effective at getting stuff done.

  • If you are most efficient in ruby, use rails
  • If you are most efficient in python, use Django
link|flag
vote up 2 vote down

You might want to take a look at this thread as well. The rails versus django seems to come up a lot. My take: Rails is more active and a bit more difficult because it is fast moving target. By the time you learn 1/5 of rails 2.1 2.2 or 2.3 is out. Django is better documented and has fewer people working on it/with it so it is a bit more stable.

Learn them both. One will inform the other and you will be better off and more flexible.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.