<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Leong &#187; Django</title>
	<atom:link href="http://www.leong.nl/category/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leong.nl</link>
	<description>enjoy life</description>
	<lastBuildDate>Tue, 25 May 2010 18:00:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Django buildout with Apache mod_python</title>
		<link>http://www.leong.nl/2009/05/django-buildout-with-apache-mod_python/</link>
		<comments>http://www.leong.nl/2009/05/django-buildout-with-apache-mod_python/#comments</comments>
		<pubDate>Mon, 04 May 2009 11:00:40 +0000</pubDate>
		<dc:creator>kc</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.leong.nl/?p=90</guid>
		<description><![CDATA[Last week I finished a Django project and needed to put the django app behind Apache. During the development in Django we used buildout. Buildout allows you to create a recipe to get the Django framework and dependencies on other python parts. It supports version pinning and allows you to download your dependencies thru pypi [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I finished a <a href="http://www.djangoproject.com/">Django</a> project and needed to put the django app behind Apache. During the development in Django we used <a href="http://code.google.com/p/django-buildout/">buildout</a>. Buildout allows you to create a recipe to get the Django framework and dependencies on other python parts. It supports version pinning and allows you to download your dependencies thru <a href="http://pypi.python.org">pypi</a> eggs or subversion.</p>
<p>If you want try buildout for Django try <a href="http://www.stereoplex.com/two-voices/a-django-development-environment-with-zc-buildout">this how-to</a>.</p>
<p>Buildout is well known in the Zope/Plone world and can be used in both development and production stages. Because a production mod_python/Django setup is a bit different them I&#8217;m used to (using Zope behind Apache), I decided to use buildout to generate a Apache virtual host config.</p>
<p>You can follow these these steps on this wiki for a buildout with mod_python:</p>
<p><a href="https://tracpub.yaco.es/djangobuildout/ ">https://tracpub.yaco.es/djangobuildout/ </a>(warning! just click thru the SSL errors)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leong.nl/2009/05/django-buildout-with-apache-mod_python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
