<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Exploring Pinax &#8211; Part 1</title>
	<atom:link href="http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/</link>
	<description>A glimpse on my journey through software development</description>
	<lastBuildDate>Sat, 20 Apr 2013 03:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dave</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-288</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Sat, 05 Sep 2009 07:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-288</guid>
		<description><![CDATA[Hi there, thanks for the article. I&#039;m having the same problem as described by comments #6,7 &amp; 10, thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi there, thanks for the article. I&#8217;m having the same problem as described by comments #6,7 &amp; 10, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-276</link>
		<dc:creator><![CDATA[Nat]]></dc:creator>
		<pubDate>Mon, 17 Aug 2009 12:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-276</guid>
		<description><![CDATA[@6 + @7 - did you find a solution to this...? I&#039;m also experiencing this error...

N]]></description>
		<content:encoded><![CDATA[<p>@6 + @7 &#8211; did you find a solution to this&#8230;? I&#8217;m also experiencing this error&#8230;</p>
<p>N</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aju</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-242</link>
		<dc:creator><![CDATA[Aju]]></dc:creator>
		<pubDate>Fri, 03 Jul 2009 08:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-242</guid>
		<description><![CDATA[When i try host pinax complete project in apache server using mod python. I got the exception IO Error]]></description>
		<content:encoded><![CDATA[<p>When i try host pinax complete project in apache server using mod python. I got the exception IO Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pravec</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-190</link>
		<dc:creator><![CDATA[David Pravec]]></dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-190</guid>
		<description><![CDATA[hello, thanks much for those articles.
Even if they repeat parts of django tutorial, they are really valuable.

I was recently struggling with ajax form validation under pinax, that could be a good next one to write :)]]></description>
		<content:encoded><![CDATA[<p>hello, thanks much for those articles.<br />
Even if they repeat parts of django tutorial, they are really valuable.</p>
<p>I was recently struggling with ajax form validation under pinax, that could be a good next one to write :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neppo</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-188</link>
		<dc:creator><![CDATA[Neppo]]></dc:creator>
		<pubDate>Sun, 05 Apr 2009 05:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-188</guid>
		<description><![CDATA[@6 I have the same prob. No Fix yet ...]]></description>
		<content:encoded><![CDATA[<p>@6 I have the same prob. No Fix yet &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Carvalho</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-184</link>
		<dc:creator><![CDATA[Marco Carvalho]]></dc:creator>
		<pubDate>Thu, 19 Mar 2009 14:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-184</guid>
		<description><![CDATA[Hi,
I&#039;m trying to follow your tutorial but something goes wrong:

marco@arrakis:~/Projects/exploring_pinax$ ls
apps  deploy  __init__.py  locale  manage.py  media  settings.py  templates  tests  urls.py
marco@arrakis:~/Projects/exploring_pinax$ python manage.py syncdb
Error: Can&#039;t find the file &#039;settings.py&#039; in the directory containing &#039;manage.py&#039;. It appears you&#039;ve customized things.
You&#039;ll have to run django-admin.py, passing it your settings module.
(If the file settings.py does indeed exist, it&#039;s causing an ImportError somehow.)

Any tip on what I&#039;m missing?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m trying to follow your tutorial but something goes wrong:</p>
<p>marco@arrakis:~/Projects/exploring_pinax$ ls<br />
apps  deploy  __init__.py  locale  manage.py  media  settings.py  templates  tests  urls.py<br />
marco@arrakis:~/Projects/exploring_pinax$ python manage.py syncdb<br />
Error: Can&#8217;t find the file &#8216;settings.py&#8217; in the directory containing &#8216;manage.py&#8217;. It appears you&#8217;ve customized things.<br />
You&#8217;ll have to run django-admin.py, passing it your settings module.<br />
(If the file settings.py does indeed exist, it&#8217;s causing an ImportError somehow.)</p>
<p>Any tip on what I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exploring Pinax Series &#171; Fernando Correia&#8217;s Weblog</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-146</link>
		<dc:creator><![CDATA[Exploring Pinax Series &#171; Fernando Correia&#8217;s Weblog]]></dc:creator>
		<pubDate>Sat, 08 Nov 2008 11:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-146</guid>
		<description><![CDATA[[...] Part 1: Installing Pinax. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Part 1: Installing Pinax. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exploring Pinax - Part 6 &#171; Fernando Correia&#8217;s Weblog</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-142</link>
		<dc:creator><![CDATA[Exploring Pinax - Part 6 &#171; Fernando Correia&#8217;s Weblog]]></dc:creator>
		<pubDate>Thu, 30 Oct 2008 22:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-142</guid>
		<description><![CDATA[[...] website inside Pinax&#8217;s project directory. There was no real harm, but he was right. I updated my instructions so Pinax and the custom website are in separate [...]]]></description>
		<content:encoded><![CDATA[<p>[...] website inside Pinax&#8217;s project directory. There was no real harm, but he was right. I updated my instructions so Pinax and the custom website are in separate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exploring Pinax - Part 2 &#171; Fernando Correia&#8217;s Weblog</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-136</link>
		<dc:creator><![CDATA[Exploring Pinax - Part 2 &#171; Fernando Correia&#8217;s Weblog]]></dc:creator>
		<pubDate>Thu, 23 Oct 2008 22:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-136</guid>
		<description><![CDATA[[...] the first part I got the sample website running. Now I&#8217;m going to add a section for a new [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the first part I got the sample website running. Now I&#8217;m going to add a section for a new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fernandoacorreia</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-134</link>
		<dc:creator><![CDATA[fernandoacorreia]]></dc:creator>
		<pubDate>Thu, 23 Oct 2008 10:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-134</guid>
		<description><![CDATA[Lee: Yes, the idea is to create a new file named &quot;local_settings.py&quot;. At least on my system (VIM 7.1) that command does this. Feel free to use any other editor, of course.]]></description>
		<content:encoded><![CDATA[<p>Lee: Yes, the idea is to create a new file named &#8220;local_settings.py&#8221;. At least on my system (VIM 7.1) that command does this. Feel free to use any other editor, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Hinde</title>
		<link>http://fernandoacorreia.wordpress.com/2008/10/22/exploring-pinax-part-1/#comment-133</link>
		<dc:creator><![CDATA[Lee Hinde]]></dc:creator>
		<pubDate>Thu, 23 Oct 2008 00:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoacorreia.wordpress.com/?p=228#comment-133</guid>
		<description><![CDATA[Should 
&quot;$ cd myproject/
$ vi local_settings.py&quot;

be

$ cd myproject/
$ vi settings.py
?

or does vi create a file by that name if it doesn&#039;t exist?]]></description>
		<content:encoded><![CDATA[<p>Should<br />
&#8220;$ cd myproject/<br />
$ vi local_settings.py&#8221;</p>
<p>be</p>
<p>$ cd myproject/<br />
$ vi settings.py<br />
?</p>
<p>or does vi create a file by that name if it doesn&#8217;t exist?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
