<?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: Installing Django on an Ubuntu Linux Server</title>
	<atom:link href="http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffbaier.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:22:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Aslan Varoqua</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-8924</link>
		<dc:creator>Aslan Varoqua</dc:creator>
		<pubDate>Tue, 31 Jan 2012 01:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-8924</guid>
		<description>use 

python manage.py syncdb     i think this was a typo.</description>
		<content:encoded><![CDATA[<p>use </p>
<p>python manage.py syncdb     i think this was a typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Django on Ubuntu -worked for me &#171; Roshan Book</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-4157</link>
		<dc:creator>Installing Django on Ubuntu -worked for me &#171; Roshan Book</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-4157</guid>
		<description>[...] based most of my work on an article on jeffbaier.com,  but made some adjustments along the way to suit my needs, so I’m posting my steps for anyone [...]</description>
		<content:encoded><![CDATA[<p>[...] based most of my work on an article on jeffbaier.com,  but made some adjustments along the way to suit my needs, so I’m posting my steps for anyone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beginner django setup: Could not import settings &#8216;myproject.settings&#8217;</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-129</link>
		<dc:creator>beginner django setup: Could not import settings &#8216;myproject.settings&#8217;</dc:creator>
		<pubDate>Sat, 01 Oct 2011 21:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-129</guid>
		<description>[...] I am trying to install django on ubuntu. I am walking through the following setup tutorial: http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/ [...] </description>
		<content:encoded><![CDATA[<p>[...] I am trying to install django on ubuntu. I am walking through the following setup tutorial: <a href="http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/" rel="nofollow">http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahathir ahamed</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-127</link>
		<dc:creator>Mahathir ahamed</dc:creator>
		<pubDate>Thu, 25 Aug 2011 10:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-127</guid>
		<description>Awesome steps.Thanks a lot for your kind guidance</description>
		<content:encoded><![CDATA[<p>Awesome steps.Thanks a lot for your kind guidance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EJ</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-126</link>
		<dc:creator>EJ</dc:creator>
		<pubDate>Mon, 22 Aug 2011 20:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-126</guid>
		<description>I&#039;m glad i followed this instruction, installed using SVN. downloading from the official release and doing
python setup.py install
generated &quot;ImportError-. No module named django.core&quot; when i did start a project
but usng this approach worked fine.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad i followed this instruction, installed using SVN. downloading from the official release and doing<br />
python setup.py install<br />
generated &#8220;ImportError-. No module named django.core&#8221; when i did start a project<br />
but usng this approach worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-125</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Mon, 22 Aug 2011 19:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-125</guid>
		<description>I am getting stuck at this line  
&quot;ln -s `pwd`/django_src/django YOUR-DIR/django&quot; 
when i run this line, it gives me an error of permission denied.
please help!
thanks</description>
		<content:encoded><![CDATA[<p>I am getting stuck at this line<br />
&#8220;ln -s `pwd`/django_src/django YOUR-DIR/django&#8221;<br />
when i run this line, it gives me an error of permission denied.<br />
please help!<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-124</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Fri, 08 Apr 2011 22:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-124</guid>
		<description>Looks like angle brackets not allow in comments, . On line 30 the location element has a trailing space before the angle bracket and removing the space fixes the error.</description>
		<content:encoded><![CDATA[<p>Looks like angle brackets not allow in comments, . On line 30 the location element has a trailing space before the angle bracket and removing the space fixes the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-123</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Fri, 08 Apr 2011 22:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-123</guid>
		<description>Thanks for this. Minor error in the httpd.conf file line 30.  should be  (no space)</description>
		<content:encoded><![CDATA[<p>Thanks for this. Minor error in the httpd.conf file line 30.  should be  (no space)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-122</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Thu, 24 Feb 2011 05:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-122</guid>
		<description>Thank you so much for this. I was about to pull out my hair trying to get my django running. My ubuntu was missing the apache mod_python packages. 

Thanks much!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this. I was about to pull out my hair trying to get my django running. My ubuntu was missing the apache mod_python packages. </p>
<p>Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirt</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-121</link>
		<dc:creator>Kirt</dc:creator>
		<pubDate>Mon, 31 Jan 2011 21:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-121</guid>
		<description>Sorry, I meant do not uncomment the last line...</description>
		<content:encoded><![CDATA[<p>Sorry, I meant do not uncomment the last line&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

