<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Learning Django by Example(5): Software is hard</title>
	<atom:link href="http://kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/</link>
	<description>Yet another code monkey blog.</description>
	<lastBuildDate>Thu, 17 Sep 2009 17:07:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: basil</title>
		<link>http://kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/comment-page-1/#comment-37333</link>
		<dc:creator>basil</dc:creator>
		<pubDate>Sun, 30 Dec 2007 00:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/#comment-37333</guid>
		<description>Well, it turns out that such a customization must be done on the Trac side, not Django. I followed the directions &lt;a href=&quot;http://trac.edgewall.org/wiki/TracInterfaceCustomization&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and it worked out very well, with minimal CSS changes.

The downside is that Trac&#039;s &quot;site.html&quot; is a separate file from my Django project&#039;s &quot;base.html&quot;, so there is some duplication of effort and future maintenance issues. Unless there is some clever way to generate the site.html on the fly from Django. Hmm..

Cheers,
-basil</description>
		<content:encoded><![CDATA[<p>Well, it turns out that such a customization must be done on the Trac side, not Django. I followed the directions <a href="http://trac.edgewall.org/wiki/TracInterfaceCustomization" >here</a> and it worked out very well, with minimal CSS changes.</p>
<p>The downside is that Trac&#8217;s &#8220;site.html&#8221; is a separate file from my Django project&#8217;s &#8220;base.html&#8221;, so there is some duplication of effort and future maintenance issues. Unless there is some clever way to generate the site.html on the fly from Django. Hmm..</p>
<p>Cheers,<br />
-basil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bookstack</title>
		<link>http://kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/comment-page-1/#comment-37255</link>
		<dc:creator>bookstack</dc:creator>
		<pubDate>Fri, 28 Dec 2007 17:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/#comment-37255</guid>
		<description>To be honest, this is not my effort, it is the default Trac setting of Assembla.

I love Trac, but so far has no time to play with it. Maybe when Gelman is stable enough for the prime time. :-)</description>
		<content:encoded><![CDATA[<p>To be honest, this is not my effort, it is the default Trac setting of Assembla.</p>
<p>I love Trac, but so far has no time to play with it. Maybe when Gelman is stable enough for the prime time. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil</title>
		<link>http://kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/comment-page-1/#comment-37231</link>
		<dc:creator>Basil</dc:creator>
		<pubDate>Fri, 28 Dec 2007 02:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunxi.org/archives/2007/12/learning-django-by-example5-software-is-hard/#comment-37231</guid>
		<description>Nice job! Learning by example is not just another way to learn, it is the &lt;strong&gt;only&lt;/strong&gt; way to learn..

I also started learning Django very recently to build my own web applications. I notice your Trac page for the Gelman project is embedded within the context of navigation links at the very top of the page. This is nice - it allows the user to quickly jump to a different site from Trac pages.  

But how did you do it? When I study the source of the Django website, I see they use the &quot;flatfile&quot; approach, and somehow they use their own CSS so that their Trac pages are rendered in the green-theme &quot;Django&quot; look. I&#039;d like to follow that example, but do you have any idea how to go about it?

-basil</description>
		<content:encoded><![CDATA[<p>Nice job! Learning by example is not just another way to learn, it is the <strong>only</strong> way to learn..</p>
<p>I also started learning Django very recently to build my own web applications. I notice your Trac page for the Gelman project is embedded within the context of navigation links at the very top of the page. This is nice &#8211; it allows the user to quickly jump to a different site from Trac pages.  </p>
<p>But how did you do it? When I study the source of the Django website, I see they use the &#8220;flatfile&#8221; approach, and somehow they use their own CSS so that their Trac pages are rendered in the green-theme &#8220;Django&#8221; look. I&#8217;d like to follow that example, but do you have any idea how to go about it?</p>
<p>-basil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
