<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MikeTeo.net &#187; Django</title>
	<atom:link href="http://miketeo.net/wp/index.php/category/software-development/django/feed" rel="self" type="application/rss+xml" />
	<link>http://miketeo.net/wp</link>
	<description>A Software Technologist&#039;s Blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:11:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>djangosites.org: A New Showcase for Django-Powered Web Sites</title>
		<link>http://miketeo.net/wp/index.php/2007/11/27/djangositesorg-a-new-showcase-for-django-powered-web-sites.html</link>
		<comments>http://miketeo.net/wp/index.php/2007/11/27/djangositesorg-a-new-showcase-for-django-powered-web-sites.html#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:04:05 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/index.php/2007/11/27/djangositesorg-a-new-showcase-for-django-powered-web-sites.html</guid>
		<description><![CDATA[It&#8217;s nice to know that Django finally has a proper web site (djangosites.org) for Django lovers to showcase their Django-powered web sites. I hope that in near future, Django can have a web site for developers to share their Django app modules or to share their pointers at how to use this nice Python web [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2007/11/27/djangositesorg-a-new-showcase-for-django-powered-web-sites.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django Model Reuse</title>
		<link>http://miketeo.net/wp/index.php/2007/08/21/django-model-reuse.html</link>
		<comments>http://miketeo.net/wp/index.php/2007/08/21/django-model-reuse.html#comments</comments>
		<pubDate>Tue, 21 Aug 2007 03:27:58 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[software reuse]]></category>

		<guid isPermaLink="false">http://test.miketeo.net/wp/index.php/2007/08/21/django-model-reuse.html</guid>
		<description><![CDATA[I have several models like &#8221;Player&#8221;, &#8221;Member&#8221; and &#8221;User&#8221; which have similar attributes like &#8221;name&#8221;, &#8221;email&#8221;, &#8221;address&#8221;, etc. Being an object-oriented developer, I am inclined to put all the common attributes and properties under a base model like &#8221;BaseUser&#8221; and have the other models subclass this base model. However, Django 0.96 is not supporting model [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2007/08/21/django-model-reuse.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

