<?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>Django Aware &#187; Environment Setup</title>
	<atom:link href="http://blog.awarelabs.com/category/environment_setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.awarelabs.com</link>
	<description>Django is for the Aware</description>
	<lastBuildDate>Tue, 06 Apr 2010 16:52:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Painless Amazon EC2 Backup</title>
		<link>http://blog.awarelabs.com/2009/painless-amazon-ec2-backup/</link>
		<comments>http://blog.awarelabs.com/2009/painless-amazon-ec2-backup/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:02:54 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Batch Code]]></category>
		<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=83</guid>
		<description><![CDATA[The past year on Amazon EC2 has taught me many things but first and foremost is back up consistently.  I&#8217;ll say it again, back up consistently! Amazon even makes the backup almost painless, almost&#8230;
Amazon has EC2 (the compute cloud) and S3 (the data repository).  Out of the box you can back up from [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2009/painless-amazon-ec2-backup/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Django Tips: UTF-8, ASCII Encoding Errors, Urllib2, and MySQL</title>
		<link>http://blog.awarelabs.com/2008/django-tips-utf-8-ascii-encoding-errors-urllib2-and-mysql/</link>
		<comments>http://blog.awarelabs.com/2008/django-tips-utf-8-ascii-encoding-errors-urllib2-and-mysql/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 11:25:18 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[urllib]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=70</guid>
		<description><![CDATA[Having completed many Django projects over the past two years, I&#8217;ve started to take some seemingly trivial things for granted.  Cross referencing a project for one of these solutions a few days back made me realize that these things are not trivial to others.  I remember looking through countless pags and forums for [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/django-tips-utf-8-ascii-encoding-errors-urllib2-and-mysql/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Porting Aware To Django</title>
		<link>http://blog.awarelabs.com/2008/porting-aware-to-django/</link>
		<comments>http://blog.awarelabs.com/2008/porting-aware-to-django/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 14:55:01 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Batch Code]]></category>
		<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Published APIs]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=67</guid>
		<description><![CDATA[A few years back I started a PC profiling service known as Aware Labs.  It was originally written in C++ with a Windows MFC downloadable client.  Six months ago I re-wrote the static website front end in Django so I could get a better handle on news and static updates.  Today I&#8217;m [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/porting-aware-to-django/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Installing MySQLdb Without Python Egg Problems</title>
		<link>http://blog.awarelabs.com/2008/installing-mysqldb-without-python-egg-problems/</link>
		<comments>http://blog.awarelabs.com/2008/installing-mysqldb-without-python-egg-problems/#comments</comments>
		<pubDate>Sat, 31 May 2008 22:59:38 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=61</guid>
		<description><![CDATA[When installing Django sooner or later you will come across a system that needs MySQLdb and sooner or later you will see the following error:
[Sat May 31 19:43:19 2008] [error] [client 99.165.134.196] PythonHandler django.core.handlers.modpython: ExtractionError: Can&#8217;t extract file(s) to egg cache\n\nThe following error occurred while trying to extract file(s) to the Python egg\ncache:\n\n  [Errno [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/installing-mysqldb-without-python-egg-problems/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>UnicodeDecodeError Exception Fix On Templates</title>
		<link>http://blog.awarelabs.com/2008/unicodedecodeerror-exception-fix-on-templates/</link>
		<comments>http://blog.awarelabs.com/2008/unicodedecodeerror-exception-fix-on-templates/#comments</comments>
		<pubDate>Wed, 14 May 2008 23:27:43 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=58</guid>
		<description><![CDATA[My friend Brian at HelpMeSue.com has found a work around for the dreaded UnicodeDecodeError exception.  Here is his fix&#8230;
In Brian&#8217;s Words&#8230;
Using special Spanish characters.  Try to load a template with a render_to_response and get a template UnicodeDecodeError exception thrown.
To fix the issue:

Run file on the template:
file static_page.htm
That produces: static_page.htm: ISO-8859 text, with very [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/unicodedecodeerror-exception-fix-on-templates/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Installing Django And MySQL On MacBook Air Or OS X</title>
		<link>http://blog.awarelabs.com/2008/installing-django-on-macbook-air-or-os-x/</link>
		<comments>http://blog.awarelabs.com/2008/installing-django-on-macbook-air-or-os-x/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 00:30:54 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=48</guid>
		<description><![CDATA[I recently got a MacBook Air and decided to run a native Django install with MySQL.  I set things up the wrong way first, then I went through and got things running the right way.  OS X takes a little getting used to as it works a bit differently than typical Unix setups. [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/installing-django-on-macbook-air-or-os-x/feed/</wfw:commentRss>
		<slash:comments>621</slash:comments>
		</item>
		<item>
		<title>WordPress Adventure &#8211; NoScript Hack Solved</title>
		<link>http://blog.awarelabs.com/2008/wordpress-adventure-noscript-hack-solved/</link>
		<comments>http://blog.awarelabs.com/2008/wordpress-adventure-noscript-hack-solved/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 17:15:21 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=43</guid>
		<description><![CDATA[I know this is a bit off the Django path but as it affects all my fellow Django bloggers who use Wordpress (any version), I figured I&#8217;d share.  Over the past few days I noticed alot of &#60;noscript&#62; tags with weird links embedded in my blog, just above the comments.  Then today my [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/wordpress-adventure-noscript-hack-solved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Its Not: InnoDB, MySQL, Django, or Developer Its The Unix Admin</title>
		<link>http://blog.awarelabs.com/2008/its-not-innodb-mysql-django-or-developer-its-the-unix-admin/</link>
		<comments>http://blog.awarelabs.com/2008/its-not-innodb-mysql-django-or-developer-its-the-unix-admin/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 02:20:30 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=39</guid>
		<description><![CDATA[Almost exactly a month ago in my  &#8220;Easy Fix: Mysql InnoDB: Database was not shut down normally&#8221; post I blamed InnoDB for my periodic crashes of MySQL which in turn brought down all my Django applications.  Well InnoDB I owe you an apology.
The Real Probelm
The probelm as it turns out was alluded to [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/its-not-innodb-mysql-django-or-developer-its-the-unix-admin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easy Fix: Mysql InnoDB: Database was not shut down normally</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/</link>
		<comments>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 16:58:57 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32</guid>
		<description><![CDATA[Sometime last week I noticed that my Django powered sites were returning &#8220;Internal Server Errors&#8221; about 3 times a day at random intervals.  A bit of investigation and I noticed that MySQL was down and hence Django was barfing.  I looked at the logs and there were no errors except that MySQL/InnoDB was [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>When Django Apps Grow Up</title>
		<link>http://blog.awarelabs.com/2007/when-django-apps-grow-up/</link>
		<comments>http://blog.awarelabs.com/2007/when-django-apps-grow-up/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 23:05:24 +0000</pubDate>
		<dc:creator>Paul Kenjora</dc:creator>
				<category><![CDATA[Environment Setup]]></category>
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://blog.awarelabs.com/?p=28</guid>
		<description><![CDATA[I started using webfaction.com 6 months ago for my Django website hosting.  I&#8217;ve deployed several sites to their servers with no worries.  Things went smoothly with my shared host for a while&#8230; then the warning signs that I needed to upgrade began to appear.  Within a week it was time to move [...]]]></description>
		<wfw:commentRss>http://blog.awarelabs.com/2007/when-django-apps-grow-up/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
