<?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>Facing new challenges everyday &#187; django</title>
	<atom:link href="http://faces.eti.br/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://faces.eti.br</link>
	<description>This site talks about the many challenges on computer programming.</description>
	<lastBuildDate>Tue, 24 Apr 2012 18:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fixing date input in Django</title>
		<link>http://faces.eti.br/2009/02/18/fixing-date-input-in-django/</link>
		<comments>http://faces.eti.br/2009/02/18/fixing-date-input-in-django/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 01:50:41 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=520</guid>
		<description><![CDATA[There&#8217;s no doubt about Django and its agile development nature, but there are some circustances where we need take more care on user input, one of these circustances is date input, after few hours googling about it I finally found a way to fix date input by just using DateTimeInput widget on DateField of Django [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2009/02/18/fixing-date-input-in-django/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Changing field widget attributes from view code</title>
		<link>http://faces.eti.br/2009/02/03/changing-field-widget-attributes-from-view-code/</link>
		<comments>http://faces.eti.br/2009/02/03/changing-field-widget-attributes-from-view-code/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:35:38 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://faces.eti.br/2009/02/03/changing-modelform-field-appearance-from-view-code/</guid>
		<description><![CDATA[Yesterday I finally wrote my first Django application, this application is a basic crud that contains two pages, one to list costumers and another to change costumer data. My biggest challenge was related with some form features, with Django forms you can programatically create a view form that contains several fields with its constraints and [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2009/02/03/changing-field-widget-attributes-from-view-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Evaluating Django</title>
		<link>http://faces.eti.br/2008/09/01/evaluating-django/</link>
		<comments>http://faces.eti.br/2008/09/01/evaluating-django/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 00:53:53 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=172</guid>
		<description><![CDATA[In the next weeks I&#8217;ll try to take a closer look on this framework, it has a lot of nice features, one of then is your O/R mapper, very easy to work with, you can create your database using the model classes by running few commands, giving an idea about how much productive this framework [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2008/09/01/evaluating-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

