<?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>Bashton Blog &#187; django</title>
	<atom:link href="http://blog.bashton.com/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bashton.com</link>
	<description>Bashton Ltd</description>
	<lastBuildDate>Tue, 13 Apr 2010 05:30:49 +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 1.0 Released</title>
		<link>http://blog.bashton.com/2008/django-10-released/</link>
		<comments>http://blog.bashton.com/2008/django-10-released/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 08:49:02 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[RPM]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.bashton.com/2008/django-10-released/</guid>
		<description><![CDATA[The final version of Django 1.0 has been released.  Debian packages are available from the unstable repository and these should install cleanly on Ubuntu too.
As I noted previously with the Alpha releases, an RPM for RHEL5/Centos can be built by doing:
python setup.py bdist_rpm
Note you&#8217;ll need an updated MySQL-python library installed, which can be found below.
MySQL-python-1.2.2-1.x86_64.rpm
If [...]]]></description>
			<content:encoded><![CDATA[<p>The final version of Django 1.0 <a href="http://www.djangoproject.com/">has been released</a>.  Debian packages are available from the <a href="http://packages.debian.org/search?keywords=django&amp;searchon=names&amp;suite=unstable&amp;section=all">unstable repository</a> and these should install cleanly on Ubuntu too.</p>
<p>As I <a href="http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/">noted previously with the Alpha releases</a>, an RPM for RHEL5/Centos can be built by doing:</p>
<pre>python setup.py bdist_rpm</pre>
<p>Note you&#8217;ll need an updated MySQL-python library installed, which can be found below.</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.x86_64.rpm">MySQL-python-1.2.2-1.x86_64.rpm</a></p>
<p>If you’re not using a 64bit server, you can download this source RPM and rebuild via rpmbuild –rebuild:</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.src.rpm">MySQL-python-1.2.2-1.src.rpm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bashton.com/2008/django-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django 1.0-alpha RPMs for Centos/RHEL 5</title>
		<link>http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/</link>
		<comments>http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 12:58:42 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[RPM]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/</guid>
		<description><![CDATA[We&#8217;ve been using Django a lot for some internal projects, and for various reasons we&#8217;re using CentOS 5 on the servers running them.
One nice feature of the Python build system I didn&#8217;t know about until today is the ability to make RPMs using the setup.py script.  To build yourself some Django RPMs, just run:
python setup.py [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been using Django a lot for some internal projects, and for various reasons we&#8217;re using CentOS 5 on the servers running them.</p>
<p>One nice feature of the Python build system I didn&#8217;t know about until today is the ability to make RPMs using the setup.py script.  To build yourself some Django RPMs, just run:</p>
<pre>python setup.py bdist_rpm</pre>
<p>Unfortunately, this feature seems a bit hit and miss.  Django needs a newer version of MySQL-python than ships with EL5, but unfortunately the bdist_rpm for this doesn&#8217;t work.</p>
<p>As such, here&#8217;s a link to an updated MySQL-python RPM I&#8217;ve built:</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.x86_64.rpm">MySQL-python-1.2.2-1.x86_64.rpm</a></p>
<p>If you&#8217;re not using a 64bit server, you can download this source RPM and rebuild via rpmbuild &#8211;rebuild:</p>
<p><a href="http://bashton.com/downloads/rpm/mysql-python/MySQL-python-1.2.2-1.src.rpm">MySQL-python-1.2.2-1.src.rpm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bashton.com/2008/django-10-alpha-rpms-for-centosrhel-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
