<?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: Ubuntu virtualisation with Django</title>
	<atom:link href="http://www.conormccluskey.com/archives/10/feed" rel="self" type="application/rss+xml" />
	<link>http://www.conormccluskey.com/archives/10</link>
	<description>Software, technology, startups and video games</description>
	<lastBuildDate>Mon, 17 May 2010 16:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Installing VMware Tools on Ubuntu &#8212; /home/conor/ramblings</title>
		<link>http://www.conormccluskey.com/archives/10/comment-page-1#comment-32</link>
		<dc:creator>Installing VMware Tools on Ubuntu &#8212; /home/conor/ramblings</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.conormccluskey.com/?p=10#comment-32</guid>
		<description>[...] copy/paste between host and guest OSes.  If you create your own VM using VMWare workstation (see here for instructions) you should install the Tools. You can get the official guide from VMware here but it is missing a [...]</description>
		<content:encoded><![CDATA[<p>[...] copy/paste between host and guest OSes.  If you create your own VM using VMWare workstation (see here for instructions) you should install the Tools. You can get the official guide from VMware here but it is missing a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conormcc</title>
		<link>http://www.conormccluskey.com/archives/10/comment-page-1#comment-27</link>
		<dc:creator>conormcc</dc:creator>
		<pubDate>Thu, 22 May 2008 16:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.conormccluskey.com/?p=10#comment-27</guid>
		<description>LOL. Have you got it working now?</description>
		<content:encoded><![CDATA[<p>LOL. Have you got it working now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Convictus</title>
		<link>http://www.conormccluskey.com/archives/10/comment-page-1#comment-26</link>
		<dc:creator>Convictus</dc:creator>
		<pubDate>Thu, 22 May 2008 16:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.conormccluskey.com/?p=10#comment-26</guid>
		<description>dang it more spelling errors.

Django_Setting_module != Django_Settings_Module</description>
		<content:encoded><![CDATA[<p>dang it more spelling errors.</p>
<p>Django_Setting_module != Django_Settings_Module</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Convictus</title>
		<link>http://www.conormccluskey.com/archives/10/comment-page-1#comment-25</link>
		<dc:creator>Convictus</dc:creator>
		<pubDate>Wed, 21 May 2008 23:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.conormccluskey.com/?p=10#comment-25</guid>
		<description>Hello,

I had some spelling errors early on that really where a pain to overcome, but now I am pretty certain that I have corrected all of the fat fingers. My django page loads with the bottom error being:

Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined

I have looked around and this article talked about adding a loadmodule directive in your apache config.  Any ideas?  I am running jeos ubuntu 8.04 but followed the rest of you steps.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I had some spelling errors early on that really where a pain to overcome, but now I am pretty certain that I have corrected all of the fat fingers. My django page loads with the bottom error being:</p>
<p>Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined</p>
<p>I have looked around and this article talked about adding a loadmodule directive in your apache config.  Any ideas?  I am running jeos ubuntu 8.04 but followed the rest of you steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conormcc</title>
		<link>http://www.conormccluskey.com/archives/10/comment-page-1#comment-6</link>
		<dc:creator>conormcc</dc:creator>
		<pubDate>Sun, 06 Apr 2008 23:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.conormccluskey.com/?p=10#comment-6</guid>
		<description>Not yet but I have used MySQL on previous Ubuntu  VMs and it runs fine (at least for development purposes) altough I have a Quad Core PC. I do tend to use sqlite3 DBs for development as they are quick and easy to setup.  If you do set up a VM, be sure to let me know how you get on.</description>
		<content:encoded><![CDATA[<p>Not yet but I have used MySQL on previous Ubuntu  VMs and it runs fine (at least for development purposes) altough I have a Quad Core PC. I do tend to use sqlite3 DBs for development as they are quick and easy to setup.  If you do set up a VM, be sure to let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitaliy</title>
		<link>http://www.conormccluskey.com/archives/10/comment-page-1#comment-5</link>
		<dc:creator>Vitaliy</dc:creator>
		<pubDate>Sun, 06 Apr 2008 21:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.conormccluskey.com/?p=10#comment-5</guid>
		<description>Nice.
Have you tryed to use mysql or postgres on this virtual machine? does they work faster/slowly then on Windows natively?
(I often use Windows for development on Django - and one of the bad things - testing django application (python mange.py test) takes more time on windows than on Linux (about 10 times slower))</description>
		<content:encoded><![CDATA[<p>Nice.<br />
Have you tryed to use mysql or postgres on this virtual machine? does they work faster/slowly then on Windows natively?<br />
(I often use Windows for development on Django &#8211; and one of the bad things &#8211; testing django application (python mange.py test) takes more time on windows than on Linux (about 10 times slower))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
