<?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: How to Write Reusable Apps for Pinax and Django</title>
	<atom:link href="http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 11:43:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Adding a Django application to pinax &#171; absolute regularity</title>
		<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/comment-page-1/#comment-15199</link>
		<dc:creator>Adding a Django application to pinax &#171; absolute regularity</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=158#comment-15199</guid>
		<description>[...] Adding a Django application to&#160;pinax Filed under: Python &#8212; llaisdy @ 1:44 pm   How do you add a Django application to Pinax? Below is my experience with one Django app. For some related reading see Fernando Correia&#8217;s series on &lt;a href=&quot;http://fernandoacorreia.wordpress.com/2008/11/08/exploring-pinax-series/&quot;Exploring Pinax and Greg Allard&#8217;s How to Write Reusable Apps for Pinax and Django. [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding a Django application to&nbsp;pinax Filed under: Python &#8212; llaisdy @ 1:44 pm   How do you add a Django application to Pinax? Below is my experience with one Django app. For some related reading see Fernando Correia&#8217;s series on &lt;a href=&quot;http://fernandoacorreia.wordpress.com/2008/11/08/exploring-pinax-series/&quot;Exploring Pinax and Greg Allard&#8217;s How to Write Reusable Apps for Pinax and Django. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Display Realtime Traffic Analytics &#124; Code Spatter</title>
		<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/comment-page-1/#comment-15195</link>
		<dc:creator>How to Display Realtime Traffic Analytics &#124; Code Spatter</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=158#comment-15195</guid>
		<description>[...] is a django model I created with a few fields for storing date and views. It uses the content types framework so that it can be tied to any of my django models. from django.contrib.contenttypes import generic [...]</description>
		<content:encoded><![CDATA[<p>[...] is a django model I created with a few fields for storing date and views. It uses the content types framework so that it can be tied to any of my django models. from django.contrib.contenttypes import generic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/comment-page-1/#comment-15158</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=158#comment-15158</guid>
		<description>Ah good question. I left that in from some old code I guess. It was probably from before I made the model work by being applied to any other object. I removed it from the code. Thanks.</description>
		<content:encoded><![CDATA[<p>Ah good question. I left that in from some old code I guess. It was probably from before I made the model work by being applied to any other object. I removed it from the code. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/comment-page-1/#comment-15157</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=158#comment-15157</guid>
		<description>Why do you have a tribes field your excluding on your form, but no tribes field in the model?</description>
		<content:encoded><![CDATA[<p>Why do you have a tribes field your excluding on your form, but no tribes field in the model?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
