<?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>Wed, 09 May 2012 16:08:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jeffbaier</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-15731</link>
		<dc:creator>jeffbaier</dc:creator>
		<pubDate>Wed, 09 May 2012 16:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-15731</guid>
		<description>Just a reminder, this post is over 4 years old. Lots of things are different in Django now. I should probably write a new version...</description>
		<content:encoded><![CDATA[<p>Just a reminder, this post is over 4 years old. Lots of things are different in Django now. I should probably write a new version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-15692</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 09 May 2012 00:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-15692</guid>
		<description>I was able to get it to work by typing;
python django-admin.py startproject myproject
Since this is a python command you need to tell it it is so that it will run it as such. Hope this helps.</description>
		<content:encoded><![CDATA[<p>I was able to get it to work by typing;<br />
python django-admin.py startproject myproject<br />
Since this is a python command you need to tell it it is so that it will run it as such. Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python Fundamentals</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-13613</link>
		<dc:creator>Python Fundamentals</dc:creator>
		<pubDate>Wed, 28 Mar 2012 17:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-13613</guid>
		<description>i fond the source to be good,helps me and many other in developing using ubuntu .This procedure works with older versions of ubuntu also</description>
		<content:encoded><![CDATA[<p>i fond the source to be good,helps me and many other in developing using ubuntu .This procedure works with older versions of ubuntu also</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lunga</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-12876</link>
		<dc:creator>Lunga</dc:creator>
		<pubDate>Mon, 19 Mar 2012 12:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-12876</guid>
		<description>How do I deploy  Django  - production server?</description>
		<content:encoded><![CDATA[<p>How do I deploy  Django  &#8211; production server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Factopedia</title>
		<link>http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/#comment-12722</link>
		<dc:creator>Factopedia</dc:creator>
		<pubDate>Sat, 17 Mar 2012 10:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/?page_id=65#comment-12722</guid>
		<description>i found it very useful article to me as i am new to both linux as well as django.I have installed it in windows but after reading this artcile i will now start working on linux also</description>
		<content:encoded><![CDATA[<p>i found it very useful article to me as i am new to both linux as well as django.I have installed it in windows but after reading this artcile i will now start working on linux also</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

