<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Contented Web Blog</title>
	<atom:link href="http://contentedweb.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://contentedweb.wordpress.com</link>
	<description>Creating a contented web through learning Django.</description>
	<lastBuildDate>Sat, 18 Oct 2008 11:56:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Recursive relationships in Django by Mattias</title>
		<link>http://contentedweb.wordpress.com/2008/09/24/recursive-relationships-in-django/#comment-20</link>
		<dc:creator>Mattias</dc:creator>
		<pubDate>Sat, 18 Oct 2008 11:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=17#comment-20</guid>
		<description>I sounds to me like django evolutions could be your fix.

http://code.google.com/p/django-evolution/</description>
		<content:encoded><![CDATA[<p>I sounds to me like django evolutions could be your fix.</p>
<p><a href="http://code.google.com/p/django-evolution/" rel="nofollow">http://code.google.com/p/django-evolution/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doing my own thing in Django by contentedweb</title>
		<link>http://contentedweb.wordpress.com/2008/10/11/doing-my-own-thing-in-django/#comment-19</link>
		<dc:creator>contentedweb</dc:creator>
		<pubDate>Mon, 13 Oct 2008 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=50#comment-19</guid>
		<description>Thanks for these links.

django-mptt looks especially interesting. I had heard of this technique, but never quite got my head round it. Nice to see a django app for this.</description>
		<content:encoded><![CDATA[<p>Thanks for these links.</p>
<p>django-mptt looks especially interesting. I had heard of this technique, but never quite got my head round it. Nice to see a django app for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doing my own thing in Django by Phillip</title>
		<link>http://contentedweb.wordpress.com/2008/10/11/doing-my-own-thing-in-django/#comment-14</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Sun, 12 Oct 2008 13:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=50#comment-14</guid>
		<description>You should use the following:
http://code.google.com/p/django-mptt/

Also useful to look at the source of this project already done:
http://code.google.com/p/django-treemenus/

Phillip.</description>
		<content:encoded><![CDATA[<p>You should use the following:<br />
<a href="http://code.google.com/p/django-mptt/" rel="nofollow">http://code.google.com/p/django-mptt/</a></p>
<p>Also useful to look at the source of this project already done:<br />
<a href="http://code.google.com/p/django-treemenus/" rel="nofollow">http://code.google.com/p/django-treemenus/</a></p>
<p>Phillip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doing my own thing in Django by Arun</title>
		<link>http://contentedweb.wordpress.com/2008/10/11/doing-my-own-thing-in-django/#comment-13</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Sun, 12 Oct 2008 02:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=50#comment-13</guid>
		<description>Have you tried http://code.google.com/p/django-mptt/ ? I used it to create a Page model which can be organised hierarchically. It also has some useful properties like constant time to lookup all children.</description>
		<content:encoded><![CDATA[<p>Have you tried <a href="http://code.google.com/p/django-mptt/" rel="nofollow">http://code.google.com/p/django-mptt/</a> ? I used it to create a Page model which can be organised hierarchically. It also has some useful properties like constant time to lookup all children.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doing my own thing in Django by jonknee</title>
		<link>http://contentedweb.wordpress.com/2008/10/11/doing-my-own-thing-in-django/#comment-12</link>
		<dc:creator>jonknee</dc:creator>
		<pubDate>Sat, 11 Oct 2008 16:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=50#comment-12</guid>
		<description>The more correct way to do this would be like threaded comments are handled. It should work with just storing the parent FK. There is a good implementation of threaded comments bundled as a Django app, so you can see what to do:

http://code.google.com/p/django-threadedcomments/

Your solution would be a bit more simple, but you can get the general idea. And then since this is a menu that will be shown on every page you should definitely make sure this is a cached value.</description>
		<content:encoded><![CDATA[<p>The more correct way to do this would be like threaded comments are handled. It should work with just storing the parent FK. There is a good implementation of threaded comments bundled as a Django app, so you can see what to do:</p>
<p><a href="http://code.google.com/p/django-threadedcomments/" rel="nofollow">http://code.google.com/p/django-threadedcomments/</a></p>
<p>Your solution would be a bit more simple, but you can get the general idea. And then since this is a menu that will be shown on every page you should definitely make sure this is a cached value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making database schema changes for Django by contentedweb</title>
		<link>http://contentedweb.wordpress.com/2008/09/25/making-database-schema-changes-for-django/#comment-11</link>
		<dc:creator>contentedweb</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=23#comment-11</guid>
		<description>@diNObot,

Thanks for the link. I have heard about this project and it certainly sounds interesting. It&#039;s certainly something I&#039;ll be looking into once I have more experience with Django.</description>
		<content:encoded><![CDATA[<p>@diNObot,</p>
<p>Thanks for the link. I have heard about this project and it certainly sounds interesting. It&#8217;s certainly something I&#8217;ll be looking into once I have more experience with Django.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modifying the default Django admin site by contentedweb</title>
		<link>http://contentedweb.wordpress.com/2008/09/29/modifying-the-default-django-admin-site/#comment-10</link>
		<dc:creator>contentedweb</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=31#comment-10</guid>
		<description>@Joshua,

It is, indeed modifying the admin site. The tutorial itself talks about customising it. If you customise something you are modifying it.  It is certainly not using the admin site. Using the admin site would be actually inserting and modifying content, which is not something this blog entry is about.</description>
		<content:encoded><![CDATA[<p>@Joshua,</p>
<p>It is, indeed modifying the admin site. The tutorial itself talks about customising it. If you customise something you are modifying it.  It is certainly not using the admin site. Using the admin site would be actually inserting and modifying content, which is not something this blog entry is about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modifying the default Django admin site by Joshua Jonah</title>
		<link>http://contentedweb.wordpress.com/2008/09/29/modifying-the-default-django-admin-site/#comment-9</link>
		<dc:creator>Joshua Jonah</dc:creator>
		<pubDate>Mon, 06 Oct 2008 00:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=31#comment-9</guid>
		<description>That&#039;s not &#039;modifying&#039; the admin, that is &#039;using&#039; the admin.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not &#8216;modifying&#8217; the admin, that is &#8216;using&#8217; the admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making database schema changes for Django by diN0bot</title>
		<link>http://contentedweb.wordpress.com/2008/09/25/making-database-schema-changes-for-django/#comment-8</link>
		<dc:creator>diN0bot</dc:creator>
		<pubDate>Sun, 05 Oct 2008 01:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=23#comment-8</guid>
		<description>check out django-evolution
    http://code.google.com/p/django-evolution/

open source project, so if you like doing this kind of thing you&#039;re free to contribute.</description>
		<content:encoded><![CDATA[<p>check out django-evolution<br />
    <a href="http://code.google.com/p/django-evolution/" rel="nofollow">http://code.google.com/p/django-evolution/</a></p>
<p>open source project, so if you like doing this kind of thing you&#8217;re free to contribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making database schema changes for Django by Modifying the default Django admin site &#171; The Contented Web Blog</title>
		<link>http://contentedweb.wordpress.com/2008/09/25/making-database-schema-changes-for-django/#comment-6</link>
		<dc:creator>Modifying the default Django admin site &#171; The Contented Web Blog</dc:creator>
		<pubDate>Mon, 29 Sep 2008 08:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://contentedweb.wordpress.com/?p=23#comment-6</guid>
		<description>[...] The Contented Web Blog Creating a contented web through learning Django.      &#171; Making database schema changes for&#160;Django [...]</description>
		<content:encoded><![CDATA[<p>[...] The Contented Web Blog Creating a contented web through learning Django.      &laquo; Making database schema changes for&nbsp;Django [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
