<?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>Sun, 25 Mar 2012 22:58:44 -0500</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: Guest</title>
		<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/comment-page-1/#comment-15225</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 15 Jun 2010 21:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=158#comment-15225</guid>
		<description>Hi, sorry, me again. OK, I think it does not work on pinax 0.9 - I get this error: &lt;br&gt;&lt;br&gt;TemplateSyntaxError at /&lt;br&gt;Caught ViewDoesNotExist while rendering: Could not import books.views. Error was: No module named tribes.modelsRequest Method:	GET&lt;br&gt;Request URL:	&lt;a href=&quot;http://127.0.0.1:8000/&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8000/&lt;/a&gt;&lt;br&gt;Django Version:	1.2.1&lt;br&gt;Exception Type:	TemplateSyntaxError&lt;br&gt;Exception Value:	Caught ViewDoesNotExist while rendering: Could not import books.views. Error was: No module named tribes.models&lt;br&gt;&lt;br&gt;also I can not find any tag_app... it would be really very interesting to see what to do to have this working with pinax 0.9 !!!</description>
		<content:encoded><![CDATA[<p>Hi, sorry, me again. OK, I think it does not work on pinax 0.9 &#8211; I get this error: </p>
<p>TemplateSyntaxError at /<br />Caught ViewDoesNotExist while rendering: Could not import books.views. Error was: No module named tribes.modelsRequest Method:	GET<br />Request URL:	<a href="http://127.0.0.1:8000/" rel="nofollow">http://127.0.0.1:8000/</a><br />Django Version:	1.2.1<br />Exception Type:	TemplateSyntaxError<br />Exception Value:	Caught ViewDoesNotExist while rendering: Could not import books.views. Error was: No module named tribes.models</p>
<p>also I can not find any tag_app&#8230; it would be really very interesting to see what to do to have this working with pinax 0.9 !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/comment-page-1/#comment-15226</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=158#comment-15226</guid>
		<description>Hi, will this still work with pinax 0.9 ??? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, will this still work with pinax 0.9 ??? Thanks!</p>
]]></content:encoded>
	</item>
	<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>

