<?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>Skis / Toys / Fun &#187; django</title>
	<atom:link href="http://www.skitoy.com/p/tag/django/feed" rel="self" type="application/rss+xml" />
	<link>http://www.skitoy.com</link>
	<description>Appeal to greatness not guilt</description>
	<lastBuildDate>Mon, 01 Mar 2010 17:50:18 +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>Zend Framework vs. Django Performance</title>
		<link>http://www.skitoy.com/p/zend-framework-vs-django-performance/230</link>
		<comments>http://www.skitoy.com/p/zend-framework-vs-django-performance/230#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:04:55 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/?p=230</guid>
		<description><![CDATA[This is not a scientific nor rigorious test&#8230;  But, here&#8217;s some interesting data for people to chew on.  I&#8217;ve got a production site built using the Zend Framework and a beta site built using django.  What&#8217;s interesting is the &#8220;Time spent downloading a page&#8221; graphs from Google Webmaster Tools. The Zend Framwork Graph &#8212; average [...]]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/zend-framework-vs-django-performance/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Databases are the Future</title>
		<link>http://www.skitoy.com/p/cloud-databases-are-the-future/223</link>
		<comments>http://www.skitoy.com/p/cloud-databases-are-the-future/223#comments</comments>
		<pubDate>Tue, 31 Mar 2009 23:02:03 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cloudb]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/?p=223</guid>
		<description><![CDATA[As I type this I&#8217;m sitting here watching MySQL shutdown after a bad up/down sequence and for the last five hours it&#8217;s been rebuiding it&#8217;s indexes&#8230; Fundamentally everything is down at this point, if it wasn&#8217;t for the backend services that are not tied to the database things would be ugly. I&#8217;ve been preaching internally [...]]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/cloud-databases-are-the-future/223/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frameworks and sessions</title>
		<link>http://www.skitoy.com/p/frameworks-and-sessions/220</link>
		<comments>http://www.skitoy.com/p/frameworks-and-sessions/220#comments</comments>
		<pubDate>Tue, 24 Feb 2009 01:32:53 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/p/frameworks-and-sessions/220</guid>
		<description><![CDATA[I hate sessions, they&#8217;re evil. PHP is the worst offender since it&#8217;s built into the language and you end up with effective scalability limitations and turds in your temp file system. django isn&#8217;t much better since all of the cool admin functionality is built using the contrib.auth module which depends on sessions as well. Long [...]]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/frameworks-and-sessions/220/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set permission_required for your view functions</title>
		<link>http://www.skitoy.com/p/set-permission_required-for-your-view-functions/187</link>
		<comments>http://www.skitoy.com/p/set-permission_required-for-your-view-functions/187#comments</comments>
		<pubDate>Mon, 22 Sep 2008 19:05:25 +0000</pubDate>
		<dc:creator>koblas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.skitoy.com/?p=187</guid>
		<description><![CDATA[Working with django 1.0 and google app engine&#8230; Wanted to set every view on my admin page to have admin permission. def _perm_admin&#40;rootfunc&#41; : import sys module = sys.modules.get&#40;rootfunc.__module__&#41; for key, value in module.__dict__.items&#40;&#41; : if type&#40;value&#41; is types.FunctionType and key&#91;0&#93; != '_' and rootfunc.__module__ == value.__module__: module.__dict__&#91;key&#93; = permission_required&#40;'admin'&#41;&#40;value&#41; &#160; _perm_admin&#40;main&#41;]]></description>
		<wfw:commentRss>http://www.skitoy.com/p/set-permission_required-for-your-view-functions/187/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.050 seconds -->
