<?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>Valcato Blog &#187; django</title>
	<atom:link href="http://blog.valcato.com/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.valcato.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 14:23:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Python 2.6</title>
		<link>http://blog.valcato.com/2009/python-26/</link>
		<comments>http://blog.valcato.com/2009/python-26/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:10:56 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.valcatohosting.com/blog/?p=352</guid>
		<description><![CDATA[Over the past few weeks quite a few people have asked us for Python 2.6 support. We always try to install extra software when our customers request it, so we&#8217;ve installed Python 2.6 alongside Python 2.4. To use Python 2.6, simply execute &#8220;python2.6&#8243; anywhere you&#8217;d normally use &#8220;python&#8221;. For example, if you use Django then [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few weeks quite a few people have asked us for Python 2.6 support. We always try to install extra software when our customers request it, so we&#8217;ve installed Python 2.6 alongside Python 2.4.</p>
<p>To use Python 2.6, simply execute &#8220;python2.6&#8243; anywhere you&#8217;d normally use &#8220;python&#8221;. For example, if you use Django then you can just change the first line of django.fcgi to:</p>
<p><code>#!/usr/bin/env python2.6</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valcato.com/2009/python-26/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessing MySQL in SSH</title>
		<link>http://blog.valcato.com/2009/accessing-mysql-in-ssh/</link>
		<comments>http://blog.valcato.com/2009/accessing-mysql-in-ssh/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:42:07 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.valcatohosting.com/blog/?p=238</guid>
		<description><![CDATA[Our MySQL configuration has changed recently, so if you try to use MySQL in SSH and receive the error &#8220;Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8220;, you should make sure that MySQL is connecting to the server via TCP. When using the MySQL command line client, this should be the default anyway, so [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Our MySQL configuration has changed recently, so if you try to use MySQL in SSH and receive the error &#8220;<em>Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock</em>&#8220;, you should make sure that MySQL is connecting to the server via TCP. When using the MySQL command line client, this should be the default anyway, so if you encounter this error make sure that you don&#8217;t have a custom <em>my.cnf</em> file overriding the protocol setting.</p>
<p>If you&#8217;re trying to use Django from SSH (e.g. <em>syncdb</em> or the Python shell), you&#8217;ll need to change the <em>DATABASE_HOST</em> setting to &#8220;127.0.0.1&#8243;. This can be changed back once you&#8217;re finished working in SSH.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.valcato.com/2009/accessing-mysql-in-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django Support</title>
		<link>http://blog.valcato.com/2008/django/</link>
		<comments>http://blog.valcato.com/2008/django/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:40:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Home page]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[new features]]></category>

		<guid isPermaLink="false">http://www.valcatohosting.com/blog/?p=19</guid>
		<description><![CDATA[Web frameworks are becoming increasingly popular, as modern web development increasingly demands better results and shorter deadlines. Two of the most popular frameworks are Django and Ruby on Rails, and I&#8217;m happy to say that we now officially support one of those. Customers wishing to use Django will find instructions for setting it up in [...]]]></description>
			<content:encoded><![CDATA[<p>Web frameworks are becoming increasingly popular, as modern web development increasingly demands better results and shorter deadlines. Two of the most popular frameworks are Django and Ruby on Rails, and I&#8217;m happy to say that we now officially support one of those. Customers wishing to use Django will find <a href="http://billing.valcatosupport.com/knowledgebase.php?action=displayarticle&amp;catid=4&amp;id=74">instructions</a> for setting it up in our knowledgebase.</p>
<p>We&#8217;ve pre-installed a few Python modules which we think people will need, but there are bound to be customers who need more. If you find we&#8217;re missing a module that you need, head over to our <a href="https://billing.valcatosupport.com/">support web site</a> and open a ticket, and we&#8217;ll get it installed right away.</p>
<p>We will also be adding Ruby on Rails support shortly, so watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valcato.com/2008/django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
