<?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>Jure Cuhalev &#187; django</title>
	<atom:link href="http://www.jurecuhalev.com/blog/category/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jurecuhalev.com/blog</link>
	<description>In pursuit of The Idea</description>
	<lastBuildDate>Sat, 28 Jan 2012 22:22:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>DjangoCamp Ljubljana, lets do it!</title>
		<link>http://www.jurecuhalev.com/blog/2010/11/07/djangocamp-ljubljana-lets-do-it/</link>
		<comments>http://www.jurecuhalev.com/blog/2010/11/07/djangocamp-ljubljana-lets-do-it/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 21:16:19 +0000</pubDate>
		<dc:creator>Jure Cuhalev</dc:creator>
				<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.jurecuhalev.com/blog/?p=1477</guid>
		<description><![CDATA[Getting back into Camp spirit, we (as in Gašper Ž. and I) thought about doing something for our growing Django community. Since a lot of things that we built runs on Django it feels just right.
What: Django (python framework thingie) community driven unconference for people that are already using Django. It&#8217;s not that we don&#8217;t [...]
Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/' rel='bookmark' title='Django cleaned_data'>Django cleaned_data</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Getting back into Camp spirit, we (as in <a href="http://www.kiberpipa.org/~hruske/blog/">Gašper Ž.</a> and I) thought about doing something for our growing Django community. Since a lot of things that we built runs on Django it feels just right.</p>
<p><strong>What:</strong> Django (python framework thingie) community driven unconference for people that are already using Django. It&#8217;s not that we don&#8217;t like newbie&#8217;s, but we&#8217;ll invite them to event that is more optimized for them.</p>
<p><strong>Where and when</strong>: Kiberpipa, Ljubljana on Saturday, 11th of December 2010</p>
<p><strong>Language of event</strong>: Slovenian but you can present in English or Croatian</p>
<p>We plan to limit event to 40-50 people so it doesn&#8217;t get complicated with budget and organization. For the same reasons we probably won&#8217;t be recording the sessions, so that we can have group discussions and fingers pointing toward laptop displays.</p>
<p><strong>Extra rule</strong> is that every participant should prepare a short presentation on something Django related. It can be a full-blown sessions tutorial, GIS Django example project or just a clever middleware hack.</p>
<p><em>Still interested in attending? </em><a href="https://spreadsheets.google.com/viewform?formkey=dHNZaEtyV3pTWEc5dFN3YnQyYTBJaVE6MQ">Leave your e-mail in this quick form and we&#8217;ll keep you updated.</a></p>
<p>Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/' rel='bookmark' title='Django cleaned_data'>Django cleaned_data</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jurecuhalev.com/blog/2010/11/07/djangocamp-ljubljana-lets-do-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python SMTP sink server</title>
		<link>http://www.jurecuhalev.com/blog/2009/12/03/python-smtp-sink-server/</link>
		<comments>http://www.jurecuhalev.com/blog/2009/12/03/python-smtp-sink-server/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:49:29 +0000</pubDate>
		<dc:creator>Jure Cuhalev</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.jurecuhalev.com/blog/?p=1294</guid>
		<description><![CDATA[Debugging email sending in your Web application is always tricky as you need a working SMTP and you also need to watch out that you don&#8217;t accidently spam real users (if you&#8217;re working on a local copy of real database).
There is a neat one liner that acts as a &#8220;sink smtpd&#8221; server, meaning that it [...]
Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2008/03/20/listing-all-keys-in-s3-bucket-using-python-boto/' rel='bookmark' title='Listing all keys in S3 bucket using python boto'>Listing all keys in S3 bucket using python boto</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2008/10/02/posting-to-koornk-using-python/' rel='bookmark' title='Posting to Koornk using Python'>Posting to Koornk using Python</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2006/08/26/msn-live-search-python-api-access/' rel='bookmark' title='MSN Live Search python API access'>MSN Live Search python API access</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Debugging email sending in your Web application is always tricky as you need a working SMTP and you also need to watch out that you don&#8217;t accidently spam real users (if you&#8217;re working on a local copy of real database).</p>
<p>There is a neat one liner that acts as a &#8220;sink smtpd&#8221; server, meaning that it implements SMTP protocol, so you app can communicate with it, while printing everything it receives on screen:</p>
<blockquote><p>sudo /usr/lib/python2.6/smtpd.py -n -c DebuggingServer localhost:25</p></blockquote>
<p>(<a href="http://www.djangosnippets.org/snippets/96/">via Django Snippets</a>)</p>
<p>Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2008/03/20/listing-all-keys-in-s3-bucket-using-python-boto/' rel='bookmark' title='Listing all keys in S3 bucket using python boto'>Listing all keys in S3 bucket using python boto</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2008/10/02/posting-to-koornk-using-python/' rel='bookmark' title='Posting to Koornk using Python'>Posting to Koornk using Python</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2006/08/26/msn-live-search-python-api-access/' rel='bookmark' title='MSN Live Search python API access'>MSN Live Search python API access</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jurecuhalev.com/blog/2009/12/03/python-smtp-sink-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Django and YUI time</title>
		<link>http://www.jurecuhalev.com/blog/2007/06/10/django-and-yui-time/</link>
		<comments>http://www.jurecuhalev.com/blog/2007/06/10/django-and-yui-time/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 22:01:14 +0000</pubDate>
		<dc:creator>Jure Cuhalev</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[Planet Kiberpipa]]></category>
		<category><![CDATA[Planet LiveCD]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.kiberpipa.org/~gandalf/blog/?p=80</guid>
		<description><![CDATA[I&#8217;ve been working intensively with Django for last few weeks and even managed to find a few bugs in it and also create a patch or two. Django-unicode branch is working very well for me and I would recommend using it as your main development branch since it solves a lot of problems if you [...]
Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/' rel='bookmark' title='Django cleaned_data'>Django cleaned_data</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2005/11/12/django-wallpapers/' rel='bookmark' title='Django wallpapers'>Django wallpapers</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2008/08/24/how-do-they-deal-with-time-zones-on-sea-cruises/' rel='bookmark' title='How do they deal with Time Zones on sea cruises?'>How do they deal with Time Zones on sea cruises?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working intensively with Django for last few weeks and even managed to find a few bugs in it and also create a patch or two. Django-unicode branch is working very well for me and I would recommend using it as your main development branch since it solves a lot of problems if you are using unicode data (which often an issue for Slovenian developers).</p>
<p>I have also decided on my Javascript toolkit of choice. I&#8217;m going with Yahoo user interface library (YUI) because of documentation and great browser support. On top of that, I&#8217;m amazed at their cheat sheets. I&#8217;ve got mine laminated.</p>
<p><a href="http://www.marela.si/photos/14225" title="photo sharing"><img src="http://static.marela.si/users0/gandalf/3/TBasF_SaMTSOgrBDa5ezyxRkZqQ.jpg" alt="Laminated YUI cheat sheets" style="border: solid 2px #000000;" /></a></p>
<p>Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/' rel='bookmark' title='Django cleaned_data'>Django cleaned_data</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2005/11/12/django-wallpapers/' rel='bookmark' title='Django wallpapers'>Django wallpapers</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2008/08/24/how-do-they-deal-with-time-zones-on-sea-cruises/' rel='bookmark' title='How do they deal with Time Zones on sea cruises?'>How do they deal with Time Zones on sea cruises?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jurecuhalev.com/blog/2007/06/10/django-and-yui-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django cleaned_data</title>
		<link>http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/</link>
		<comments>http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/#comments</comments>
		<pubDate>Tue, 15 May 2007 23:22:16 +0000</pubDate>
		<dc:creator>Jure Cuhalev</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[Planet Kiberpipa]]></category>
		<category><![CDATA[Planet LiveCD]]></category>

		<guid isPermaLink="false">http://www.kiberpipa.org/~gandalf/blog/?p=79</guid>
		<description><![CDATA[Just a quick note to the few of you who are also tracking Django trunk. Today Django team changed clean_data in newforms to cleaned_data because of possible namespace clash.   To port the new version you will just need to do some find and replace.
More important implication of this change is that now 0.96 [...]
Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2007/06/10/django-and-yui-time/' rel='bookmark' title='Django and YUI time'>Django and YUI time</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2005/11/12/django-wallpapers/' rel='bookmark' title='Django wallpapers'>Django wallpapers</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2010/11/07/djangocamp-ljubljana-lets-do-it/' rel='bookmark' title='DjangoCamp Ljubljana, lets do it!'>DjangoCamp Ljubljana, lets do it!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to the few of you who are also tracking Django trunk. Today Django team changed clean_data in newforms to clean<b>ed</b>_data because of possible namespace clash.   To port the new version you will just need to do some find and replace.</p>
<p>More important implication of this change is that now 0.96 newforms code is incompatible with Django trunk.</p>
<p><a href="http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Newforms:clean_datachangedtocleaned_data">More about this in Django wiki</a></p>
<p>Related posts:<ol>
<li><a href='http://www.jurecuhalev.com/blog/2007/06/10/django-and-yui-time/' rel='bookmark' title='Django and YUI time'>Django and YUI time</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2005/11/12/django-wallpapers/' rel='bookmark' title='Django wallpapers'>Django wallpapers</a></li>
<li><a href='http://www.jurecuhalev.com/blog/2010/11/07/djangocamp-ljubljana-lets-do-it/' rel='bookmark' title='DjangoCamp Ljubljana, lets do it!'>DjangoCamp Ljubljana, lets do it!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jurecuhalev.com/blog/2007/05/16/django-cleaned_data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.jurecuhalev.com @ 2012-02-12 16:33:57 by W3 Total Cache -->
