<?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>Chatteren &#187; django</title>
	<atom:link href="http://herself.movielady.net/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://herself.movielady.net</link>
	<description>Natterings on the state of my world</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:21:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Django, MySQL, and Windows 7 64-bit installation tips</title>
		<link>http://herself.movielady.net/2011/09/26/django-mysql-windows-7-64-bit-tips/</link>
		<comments>http://herself.movielady.net/2011/09/26/django-mysql-windows-7-64-bit-tips/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 03:32:57 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/?p=165</guid>
		<description><![CDATA[Here are the solutions to a few annoying things that caused issues when I was installing Python, Django, and MySQL on a new Windows 7 64-bit laptop. 1. Be sure to set your PYTHONPATH variable. After I installed ActiveState Python, it didn't set up the environmental variable. I added it and restarted the command window, [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2011/09/26/django-mysql-windows-7-64-bit-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another simple but useful Django trick</title>
		<link>http://herself.movielady.net/2010/05/18/another-simple-but-useful-django-trick/</link>
		<comments>http://herself.movielady.net/2010/05/18/another-simple-but-useful-django-trick/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:18:30 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/?p=68</guid>
		<description><![CDATA[Say you need the full URL of the current page you're displaying that you need to use on the template of that page, for example, to add links to Facebook, Delicious, etc., and you don't want to have additional JavaScript that you didn't write on your pages. (Why yes, I'm a control freak, shush. :P) [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2010/05/18/another-simple-but-useful-django-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django snippet — Template tag: split list to n sublists</title>
		<link>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/</link>
		<comments>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:01:27 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/</guid>
		<description><![CDATA[This is the code for a Django template tag I adapted (also posted here). It was based on this snippet, adapted to split a list into n number of sublists, e.g. split a list of results into three evenly-divided sublists to enable display of the results in three columns on one page with CSS. Tag: [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

