<?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>Comentários sobre: Hosting and deploying django apps on Dreamhost</title>
	<atom:link href="http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/</link>
	<description>Hacking for a better world</description>
	<lastBuildDate>Fri, 26 Feb 2010 18:14:14 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: Jader Rubini</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-344</link>
		<dc:creator>Jader Rubini</dc:creator>
		<pubDate>Sat, 26 Dec 2009 18:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-344</guid>
		<description>Esquece, cara. Simplesmente fiz um link simbólico do &lt;code&gt;/usr/bin/python&lt;/code&gt; para o &lt;code&gt;~/.myroot/usr/bin/python&lt;/code&gt;.

O problema – aparentemente – era que, por algum motivo, o Python 2.5 instalado pelo seu script não tinha instalado o MySQLdb.</description>
		<content:encoded><![CDATA[<p>Esquece, cara. Simplesmente fiz um link simbólico do <code>/usr/bin/python</code> para o <code>~/.myroot/usr/bin/python</code>.</p>
<p>O problema – aparentemente – era que, por algum motivo, o Python 2.5 instalado pelo seu script não tinha instalado o MySQLdb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jader Rubini</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-343</link>
		<dc:creator>Jader Rubini</dc:creator>
		<pubDate>Sat, 26 Dec 2009 18:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-343</guid>
		<description>Cara, eu usei seu script há um tempo atrás mas acabei não desenvolvendo nada com Django na minha conta DreamHost desde então. Agora que eles estão suportando oficialmente o Django, eu resolvi tirar um pouco a poeira do código e desenvolver algo.

Tentei fazer o procedimento descrito na &lt;a href=&quot;http://wiki.dreamhost.com/Django#Setup&quot; title=&quot;Django Setup on DreamHost&quot; rel=&quot;nofollow&quot;&gt;wiki&lt;/a&gt; deles, mas não consegui porque a versão do Python que estou usando é a 2.5.2 (instalada pelo seu script), e eles dizem pra &quot;reverter para a versão default&quot; (que, ao que me parece é a 2.4.4). Como eu faço pra ter novamente a versão 2.4 como default?

Abraço</description>
		<content:encoded><![CDATA[<p>Cara, eu usei seu script há um tempo atrás mas acabei não desenvolvendo nada com Django na minha conta DreamHost desde então. Agora que eles estão suportando oficialmente o Django, eu resolvi tirar um pouco a poeira do código e desenvolver algo.</p>
<p>Tentei fazer o procedimento descrito na <a href="http://wiki.dreamhost.com/Django#Setup" title="Django Setup on DreamHost" rel="nofollow">wiki</a> deles, mas não consegui porque a versão do Python que estou usando é a 2.5.2 (instalada pelo seu script), e eles dizem pra &#8220;reverter para a versão default&#8221; (que, ao que me parece é a 2.4.4). Como eu faço pra ter novamente a versão 2.4 como default?</p>
<p>Abraço</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Thadeus</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-295</link>
		<dc:creator>Thadeus</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-295</guid>
		<description>I absolutely love your script! Great work! I still had to run easy_install flup.</description>
		<content:encoded><![CDATA[<p>I absolutely love your script! Great work! I still had to run easy_install flup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: LKRaider</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-281</link>
		<dc:creator>LKRaider</dc:creator>
		<pubDate>Wed, 01 Jul 2009 04:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-281</guid>
		<description>Awesome! thanks

I&#039;ve had problems with PIL and flup tho.

The process for installing PIL should be changed, as it should not be installed as an egg, since Django doesn&#039;t support that. This is the correct method:
http://weblog.fredalger.net/2009/04/problems-installing-easyinstall-pil.html

For flup, a simple &quot;easy_install flup&quot; worked fine.</description>
		<content:encoded><![CDATA[<p>Awesome! thanks</p>
<p>I&#8217;ve had problems with PIL and flup tho.</p>
<p>The process for installing PIL should be changed, as it should not be installed as an egg, since Django doesn&#8217;t support that. This is the correct method:<br />
<a href="http://weblog.fredalger.net/2009/04/problems-installing-easyinstall-pil.html" rel="nofollow">http://weblog.fredalger.net/2009/04/problems-installing-easyinstall-pil.html</a></p>
<p>For flup, a simple &#8220;easy_install flup&#8221; worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Polo</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-276</link>
		<dc:creator>Polo</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-276</guid>
		<description>Ainda não testei, mas era exatamente oq eu procurava. Parabéns pela iniciativa.</description>
		<content:encoded><![CDATA[<p>Ainda não testei, mas era exatamente oq eu procurava. Parabéns pela iniciativa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Malca</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-282</link>
		<dc:creator>Malca</dc:creator>
		<pubDate>Sun, 01 Mar 2009 22:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-282</guid>
		<description>haha ^^ nice, is there a section to follow the RSS feed</description>
		<content:encoded><![CDATA[<p>haha ^^ nice, is there a section to follow the RSS feed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: mozey</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-275</link>
		<dc:creator>mozey</dc:creator>
		<pubDate>Wed, 31 Dec 2008 06:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-275</guid>
		<description>excellent work, :)</description>
		<content:encoded><![CDATA[<p>excellent work, <img src='http://gabrielfalcao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Recep KIRMIZI</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-278</link>
		<dc:creator>Recep KIRMIZI</dc:creator>
		<pubDate>Fri, 12 Dec 2008 19:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-278</guid>
		<description>[rkirmizi@laptux][21:11:03][~/tmp]git clone http://git.nacaolivre.org/django_dreamhost
Initialized empty Git repository in /home/rkirmizi/tmp/django_dreamhost/.git/
fatal: http://git.nacaolivre.org/django_dreamhost/info/refs not found: did you run git update-server-info on the server?</description>
		<content:encoded><![CDATA[<p>[rkirmizi@laptux][21:11:03][~/tmp]git clone <a href="http://git.nacaolivre.org/django_dreamhost" rel="nofollow">http://git.nacaolivre.org/django_dreamhost</a><br />
Initialized empty Git repository in /home/rkirmizi/tmp/django_dreamhost/.git/<br />
fatal: <a href="http://git.nacaolivre.org/django_dreamhost/info/refs" rel="nofollow">http://git.nacaolivre.org/django_dreamhost/info/refs</a> not found: did you run git update-server-info on the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Olechka-persik</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-277</link>
		<dc:creator>Olechka-persik</dc:creator>
		<pubDate>Wed, 10 Dec 2008 04:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-277</guid>
		<description>Thanks for post. Nice to see such good ideas.</description>
		<content:encoded><![CDATA[<p>Thanks for post. Nice to see such good ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: &#187; GBlog *blog = g_object_ref(self); » Hosting and deploying django &#8230; Web Hosting 2009 Review: Learn Which Host is Best For You With Web Expert Ratings</title>
		<link>http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/comment-page-1/#comment-280</link>
		<dc:creator>&#187; GBlog *blog = g_object_ref(self); » Hosting and deploying django &#8230; Web Hosting 2009 Review: Learn Which Host is Best For You With Web Expert Ratings</dc:creator>
		<pubDate>Wed, 03 Dec 2008 11:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=10#comment-280</guid>
		<description>[...] Continued here: GBlog *blog = g_object_ref(self); » Hosting and deploying django &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Continued here: GBlog *blog = g_object_ref(self); » Hosting and deploying django &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
