<?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: Open sourcing your Django site</title>
	<atom:link href="http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/</link>
	<description>Engineering the web</description>
	<lastBuildDate>Fri, 17 May 2013 21:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Simon Hayward</title>
		<link>http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/comment-page-1/#comment-218913</link>
		<dc:creator>Simon Hayward</dc:creator>
		<pubDate>Wed, 02 Nov 2011 11:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2135#comment-218913</guid>
		<description><![CDATA[Hi Andy,

I&#039;ve used environment variables for those *sensitive* values described, exported from the users .bashrc file, and so a `os.getenv(&#039;SENSITIVE_KEY&#039;, &#039;SAFE_DEFAULT_VALUE&#039;)` is used in the settings file. Still doesn&#039;t overcome the manual process involved though.

regards
Simon]]></description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>I&#8217;ve used environment variables for those *sensitive* values described, exported from the users .bashrc file, and so a `os.getenv(&#8216;SENSITIVE_KEY&#8217;, &#8216;SAFE_DEFAULT_VALUE&#8217;)` is used in the settings file. Still doesn&#8217;t overcome the manual process involved though.</p>
<p>regards<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamir Maniar</title>
		<link>http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/comment-page-1/#comment-218736</link>
		<dc:creator>Aamir Maniar</dc:creator>
		<pubDate>Sun, 23 Oct 2011 03:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2135#comment-218736</guid>
		<description><![CDATA[Hi Andy

This is indeed a nice tutorial and in my opinion would be required by many... How long will it take to complete the series? All the best for your effort.

Best Regards]]></description>
		<content:encoded><![CDATA[<p>Hi Andy</p>
<p>This is indeed a nice tutorial and in my opinion would be required by many&#8230; How long will it take to complete the series? All the best for your effort.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy McKay</title>
		<link>http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/comment-page-1/#comment-218712</link>
		<dc:creator>Andy McKay</dc:creator>
		<pubDate>Fri, 21 Oct 2011 16:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2135#comment-218712</guid>
		<description><![CDATA[Thanks Paul and Markus, both fixed.]]></description>
		<content:encoded><![CDATA[<p>Thanks Paul and Markus, both fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Gattol</title>
		<link>http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/comment-page-1/#comment-218707</link>
		<dc:creator>Markus Gattol</dc:creator>
		<pubDate>Fri, 21 Oct 2011 11:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2135#comment-218707</guid>
		<description><![CDATA[you need to either user local_settings.py in the text or correct the snippet to use from settings_local import *]]></description>
		<content:encoded><![CDATA[<p>you need to either user local_settings.py in the text or correct the snippet to use from settings_local import *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Booker</title>
		<link>http://blog.mozilla.org/webdev/2011/10/20/open-sourcing-your-django-site/comment-page-1/#comment-218704</link>
		<dc:creator>Paul Booker</dc:creator>
		<pubDate>Fri, 21 Oct 2011 10:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2135#comment-218704</guid>
		<description><![CDATA[Hi Andy,

This is a very nice tutorial,  hopefully the first of many :-) 

I did find one typo ..
&quot;.. but even if that *didn’t* get broken into, you wouldn’t know our .. &quot;

Best, Paul]]></description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>This is a very nice tutorial,  hopefully the first of many <img src='http://blog.mozilla.org/webdev/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>I did find one typo ..<br />
&#8220;.. but even if that *didn’t* get broken into, you wouldn’t know our .. &#8221;</p>
<p>Best, Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
