<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Django is Rails</title>
	<atom:link href="http://badpopcorn.com/blog/2005/11/30/django-is-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/</link>
	<description>Solutions for anything... except popcorn.</description>
	<pubDate>Thu, 20 Nov 2008 12:17:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Cliff Wells</title>
		<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/#comment-108</link>
		<dc:creator>Cliff Wells</dc:creator>
		<pubDate>Fri, 20 Jan 2006 18:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/?p=68#comment-108</guid>
		<description>Well, my opinion has changed drastically since I first read and commented on this article.  I'm using Django for a fairly large commercial project and have done several small-to-medium sized projects in TurboGears.  Django is still the more mature framework, but I can tell you which one is the one I look forward to doing new projects in (and it isn't Django).  Django is a great product, mature, stable, well thought out, and... yawn... I'd rather hack my way through TurboGears any day, warts and all.  TurboGears is *exciting*.  So I guess which one is right for you depends on where you like your tools to be: stable and boring, or cutting-edge and fun.  Too bad there's no current happy medium, but I know for myself, my productivity is directly tied to how interesting a project is, and Django just takes away the interesting stuff and leaves me with the work, whereas TurboGears practically demands you do cool things, and gives you a nice framework for doing them in.

Anyway, I think saying one beats the other is a bit silly.  I think they appeal to different mindsets and that's great.  I suspect there's less competition between projects than people like to think.</description>
		<content:encoded><![CDATA[<p>Well, my opinion has changed drastically since I first read and commented on this article.  I&#8217;m using Django for a fairly large commercial project and have done several small-to-medium sized projects in TurboGears.  Django is still the more mature framework, but I can tell you which one is the one I look forward to doing new projects in (and it isn&#8217;t Django).  Django is a great product, mature, stable, well thought out, and&#8230; yawn&#8230; I&#8217;d rather hack my way through TurboGears any day, warts and all.  TurboGears is *exciting*.  So I guess which one is right for you depends on where you like your tools to be: stable and boring, or cutting-edge and fun.  Too bad there&#8217;s no current happy medium, but I know for myself, my productivity is directly tied to how interesting a project is, and Django just takes away the interesting stuff and leaves me with the work, whereas TurboGears practically demands you do cool things, and gives you a nice framework for doing them in.</p>
<p>Anyway, I think saying one beats the other is a bit silly.  I think they appeal to different mindsets and that&#8217;s great.  I suspect there&#8217;s less competition between projects than people like to think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badpopcorn &#187; Django and TurboGears, Excitement</title>
		<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/#comment-53</link>
		<dc:creator>Badpopcorn &#187; Django and TurboGears, Excitement</dc:creator>
		<pubDate>Thu, 01 Dec 2005 19:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/?p=68#comment-53</guid>
		<description>[...] My last post made the claim that Django hands down beats TurboGears. I know I may have sounded like a &#8220;fanboy&#8221; (I&#8217;m not), but I couldn&#8217;t contain the enthusiasm of what I saw. [...]</description>
		<content:encoded><![CDATA[<p>[...] My last post made the claim that Django hands down beats TurboGears. I know I may have sounded like a &#8220;fanboy&#8221; (I&#8217;m not), but I couldn&#8217;t contain the enthusiasm of what I saw. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Wells</title>
		<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/#comment-52</link>
		<dc:creator>Cliff Wells</dc:creator>
		<pubDate>Thu, 01 Dec 2005 05:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/?p=68#comment-52</guid>
		<description>Glad to see someone else trying both frameworks and having a definite opinion.  I'm also going with Django for the time being, but I suspect TurboGears will quickly catch up (and possibly surpass) Django in the near future.  The rate of development for TurboGears is quite astounding (consider the relative ages of both projects). As an example, your second point about TurboGears not having an admin interface is already wrong.  Catwalk provides a similar (and in some ways, more flexible) tool for TurboGears and is part of the core distribution in the next release.  Also, I found installing TurboGears locally within a virtual host (versus system-wide) to be a poorly documented compared to TurboGears.

TurboGears seems quite a bit more open to outside developers (probably because it's based on existing modules rather than being written from scratch by a closed group) and I expect this will help propel it along quite nicely.  Several well-known Python developers have already joined the project.

Whatever the case, I'm glad to see some real progress in the Python web framework arena.  I was *this* close to starting in on the Ruby tutorials.</description>
		<content:encoded><![CDATA[<p>Glad to see someone else trying both frameworks and having a definite opinion.  I&#8217;m also going with Django for the time being, but I suspect TurboGears will quickly catch up (and possibly surpass) Django in the near future.  The rate of development for TurboGears is quite astounding (consider the relative ages of both projects). As an example, your second point about TurboGears not having an admin interface is already wrong.  Catwalk provides a similar (and in some ways, more flexible) tool for TurboGears and is part of the core distribution in the next release.  Also, I found installing TurboGears locally within a virtual host (versus system-wide) to be a poorly documented compared to TurboGears.</p>
<p>TurboGears seems quite a bit more open to outside developers (probably because it&#8217;s based on existing modules rather than being written from scratch by a closed group) and I expect this will help propel it along quite nicely.  Several well-known Python developers have already joined the project.</p>
<p>Whatever the case, I&#8217;m glad to see some real progress in the Python web framework arena.  I was *this* close to starting in on the Ruby tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: import this. &#187; Blog Archive &#187; Django vs. TurboGears</title>
		<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/#comment-51</link>
		<dc:creator>import this. &#187; Blog Archive &#187; Django vs. TurboGears</dc:creator>
		<pubDate>Thu, 01 Dec 2005 04:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/?p=68#comment-51</guid>
		<description>[...] That is certainly the case when Ben pulls no punches in Django is Rails: The Django Project kicks the living crap out of Turbo Gears for python web application development. I went through the tutorials and documentation from both projects; messed around with writing up some toy applications. I have to say that I’d choose Django for my work. [...]</description>
		<content:encoded><![CDATA[<p>[...] That is certainly the case when Ben pulls no punches in Django is Rails: The Django Project kicks the living crap out of Turbo Gears for python web application development. I went through the tutorials and documentation from both projects; messed around with writing up some toy applications. I have to say that I’d choose Django for my work. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: import this.</title>
		<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/#comment-50</link>
		<dc:creator>import this.</dc:creator>
		<pubDate>Thu, 01 Dec 2005 04:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/?p=68#comment-50</guid>
		<description>&lt;strong&gt;Django vs. TurboGears&lt;/strong&gt;

	It seems that it is almost impossible to talk about one web framework (be it Django, TurboGears, or Ruby on Rails) without drawing some comparisons and talking about which one is best.
	That is certainly the case when Ben pulls no punches in Django is...</description>
		<content:encoded><![CDATA[<p><strong>Django vs. TurboGears</strong></p>
<p>	It seems that it is almost impossible to talk about one web framework (be it Django, TurboGears, or Ruby on Rails) without drawing some comparisons and talking about which one is best.<br />
	That is certainly the case when Ben pulls no punches in Django is&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Holovaty</title>
		<link>http://badpopcorn.com/blog/2005/11/30/django-is-rails/#comment-49</link>
		<dc:creator>Adrian Holovaty</dc:creator>
		<pubDate>Wed, 30 Nov 2005 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/?p=68#comment-49</guid>
		<description>Thanks for this fine writeup!

Regarding your pet peeves:

1. That's just default behavior. In my personal projects (and in the World Online projects, such as ljworld.com and lawrence.com), the apps live in their own package, rather than within a "project." We invented the projects concept for quick-and-easy apps.

2. I agree about get_absolute_url -- and we're definitely up for changing it. I'm sure we'll come up with a cleaner method soon.

3. I just added support for an allow_empty parameter for the archive_index generic view and updated the docs. Thanks for the suggestion!

4. This will be improved shortly, as well -- there's a patch for it in Django's ticket system, but we haven't had a chance to integrate it yet.</description>
		<content:encoded><![CDATA[<p>Thanks for this fine writeup!</p>
<p>Regarding your pet peeves:</p>
<p>1. That&#8217;s just default behavior. In my personal projects (and in the World Online projects, such as ljworld.com and lawrence.com), the apps live in their own package, rather than within a &#8220;project.&#8221; We invented the projects concept for quick-and-easy apps.</p>
<p>2. I agree about get_absolute_url &#8212; and we&#8217;re definitely up for changing it. I&#8217;m sure we&#8217;ll come up with a cleaner method soon.</p>
<p>3. I just added support for an allow_empty parameter for the archive_index generic view and updated the docs. Thanks for the suggestion!</p>
<p>4. This will be improved shortly, as well &#8212; there&#8217;s a patch for it in Django&#8217;s ticket system, but we haven&#8217;t had a chance to integrate it yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
