<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Running external scripts against Django Models</title>
	<link>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/</link>
	<description>Random thoughts by a technology junkie</description>
	<pubDate>Wed, 19 Nov 2008 23:27:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: joecotellese</title>
		<link>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-176</link>
		<dc:creator>joecotellese</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:47:48 +0000</pubDate>
		<guid>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-176</guid>
		<description>AK - thanks, didn't catch the other import.</description>
		<content:encoded><![CDATA[<p>AK - thanks, didn&#8217;t catch the other import.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AK</title>
		<link>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-175</link>
		<dc:creator>AK</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:08:29 +0000</pubDate>
		<guid>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-175</guid>
		<description>from blogprj.import settings

should be

from blogprj import settings</description>
		<content:encoded><![CDATA[<p>from blogprj.import settings</p>
<p>should be</p>
<p>from blogprj import settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joecotellese</title>
		<link>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-60</link>
		<dc:creator>joecotellese</dc:creator>
		<pubDate>Thu, 08 Nov 2007 14:55:05 +0000</pubDate>
		<guid>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-60</guid>
		<description>Ooofa, thanks for catching that. I've updated the tutorial and added a call to set the environment variables directly inside the Python script.</description>
		<content:encoded><![CDATA[<p>Ooofa, thanks for catching that. I&#8217;ve updated the tutorial and added a call to set the environment variables directly inside the Python script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schlam</title>
		<link>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-58</link>
		<dc:creator>schlam</dc:creator>
		<pubDate>Wed, 07 Nov 2007 16:22:44 +0000</pubDate>
		<guid>http://www.cotellese.net/2007/09/27/running-external-scripts-against-django-models/#comment-58</guid>
		<description>a couple of things 
Firstly 
&lt;code&gt;from blogprj.import settings&lt;/code&gt;
doesn't look right .. so using 
&lt;code&gt;

in windows how do you set the the environment variables, the script is trying to import the setting from a previous project?</description>
		<content:encoded><![CDATA[<p>a couple of things<br />
Firstly<br />
<code>from blogprj.import settings</code><br />
doesn&#8217;t look right .. so using<br />
<code></p>
<p>in windows how do you set the the environment variables, the script is trying to import the setting from a previous project?</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
