<?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>« Simple and Pragmatic Thoughts » &#187; Django</title>
	<atom:link href="http://isagoksu.com/categories/development/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://isagoksu.com</link>
	<description>Nobody can be perfect, but you can think better, design better, and always use baby steps!</description>
	<lastBuildDate>Tue, 16 Mar 2010 03:39:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Custom Managers For Repetitive Filters</title>
		<link>http://isagoksu.com/2009/development/django/creating-custom-managers-for-repetitive-filters/</link>
		<comments>http://isagoksu.com/2009/development/django/creating-custom-managers-for-repetitive-filters/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 05:37:51 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[model]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=561</guid>
		<description><![CDATA[<p>Today I was trying to do something in <strong>Django</strong> and I&#8217;ve noticed that I&#8217;m using lots of <em>filter</em> in my views. And most of the filters were same, but for different purposes. Then I felt like <a href="http://en.wikipedia.org/wiki/DRY" title="Don't repeat yourself - Wikipedia, the free encyclopedia" target="_blank">DRY</a> principle is screaming at me. So I started to think that maybe there is a way to prevent these repetitions. And like all other problems in the world, the solution was just in front of my eyes :)</p>]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to do something in <strong>Django</strong> and I&#8217;ve noticed that I&#8217;m using lots of <em>filter</em> in my views. And most of the filters were same, but for different purposes. Then I felt like <a href="http://en.wikipedia.org/wiki/DRY" title="Don't repeat yourself - Wikipedia, the free encyclopedia" target="_blank">DRY</a> principle is screaming at me. So I started to think that maybe there is a way to prevent these repetitions. And like all other problems in the world, the solution was just in front of my eyes :)</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/django/creating-custom-managers-for-repetitive-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Lorem Ipsums in Django Templates</title>
		<link>http://isagoksu.com/2009/development/django/generating-lorem-ipsums-in-django-templates/</link>
		<comments>http://isagoksu.com/2009/development/django/generating-lorem-ipsums-in-django-templates/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 11:50:19 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[ipsum]]></category>
		<category><![CDATA[lorem]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=551</guid>
		<description><![CDATA[<p>When we first attempt create our web applications, most of us use a common printing phrase which starts with <strong>Lorem Ipsum</strong> words in our templates. Today while I was reading something in the Django documentation, and surprisingly I came across with this very useful <a href="http://docs.djangoproject.com/en/dev/ref/contrib/webdesign/" target="_blank">module</a>. Honestly, I didn&#8217;t even know Django has such a thing. After seeing this module, I again thought about how much I love Django :)</p>]]></description>
			<content:encoded><![CDATA[<p>When we first attempt create our web applications, most of us use a common printing phrase which starts with <strong>Lorem Ipsum</strong> words in our templates. Today while I was reading something in the Django documentation, and surprisingly I came across with this very useful <a href="http://docs.djangoproject.com/en/dev/ref/contrib/webdesign/" target="_blank">module</a>. Honestly, I didn&#8217;t even know Django has such a thing. After seeing this module, I again thought about how much I love Django :)</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/django/generating-lorem-ipsums-in-django-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Site Packages Folder Under OSX</title>
		<link>http://isagoksu.com/2009/development/django/learning-site-packages-folder-under-osx/</link>
		<comments>http://isagoksu.com/2009/development/django/learning-site-packages-folder-under-osx/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 08:21:06 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[site-packages]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=542</guid>
		<description><![CDATA[<p>
Today I was browsing couple <strong>django</strong> extensions to check if there is any new useful stuff around. I saw couple questions in those WiKis/forums about <u>site-packages</u> folder under OSX. For those who don&#8217;t know which <u>site-packages</u> folder is active in your system, you must consider how your system is configured. Especially if you&#8217;re using <em>MacPorts</em> or any tool like that, your default <u>site-packages</u> folder that is shipped with OS X might be different than what you&#8217;re presuming.
</p>]]></description>
			<content:encoded><![CDATA[<p>
Today I was browsing couple <strong>django</strong> extensions to check if there is any new useful stuff around. I saw couple questions in those WiKis/forums about <u>site-packages</u> folder under OSX. For those who don&#8217;t know which <u>site-packages</u> folder is active in your system, you must consider how your system is configured. Especially if you&#8217;re using <em>MacPorts</em> or any tool like that, your default <u>site-packages</u> folder that is shipped with OS X might be different than what you&#8217;re presuming.
</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/django/learning-site-packages-folder-under-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Python MySQL Egg on OS X</title>
		<link>http://isagoksu.com/2009/development/django/how-to-install-python-mysql-egg-on-os-x/</link>
		<comments>http://isagoksu.com/2009/development/django/how-to-install-python-mysql-egg-on-os-x/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:47:15 +0000</pubDate>
		<dc:creator>Isa Goksu</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[egg]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://isagoksu.com/?p=331</guid>
		<description><![CDATA[Open the file in any text editor and remove following lines somewhere close to line 40: #ifndef uint #define uint unsigned int #endif And change the following lines (line 480ish): uint port = MYSQL_PORT;]]></description>
			<content:encoded><![CDATA[<p>Yesterday I started a project using Django and I wanted to use MySQL. Since I bought my Mac a month ago, I didn&#8217;t get chance to install all Python MySQL egg. Then I noticed that Leopard has some issues with installing Python MySQL egg. I don&#8217;t know maybe it was because of changing to Python 2.6. Anyways, here is how I solved my problem after a little googling.</p>]]></content:encoded>
			<wfw:commentRss>http://isagoksu.com/2009/development/django/how-to-install-python-mysql-egg-on-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
