<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Django community please stand up (for DB2)</title>
	<atom:link href="http://www.oluyede.org/blog/2007/03/16/django-community-please-stand-up-for-db2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oluyede.org/blog/2007/03/16/django-community-please-stand-up-for-db2/</link>
	<description>Everything considered harmful</description>
	<pubDate>Thu, 20 Nov 2008 16:00:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: mayank</title>
		<link>http://www.oluyede.org/blog/2007/03/16/django-community-please-stand-up-for-db2/#comment-50659</link>
		<dc:creator>mayank</dc:creator>
		<pubDate>Fri, 12 Oct 2007 11:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/16/django-community-please-stand-up-for-db2/#comment-50659</guid>
		<description>&lt;p&gt;i am using  the same but this code is giving an warning I/O warning&lt;/p&gt;

&lt;p&gt;class Thing(models.Model):
    name = models.CharField(blank=False, null=False, maxlength=30)
    photo = models.ImageField(upload_to='images/things/', blank=True,
null=True)&lt;/p&gt;

&lt;p&gt;class ThingForm(forms.Form):
    name = forms.CharField(max_length=30, required=True, label=&lt;em&gt;('Name
of the thing'))
    photo = forms.Field(widget=forms.FileInput, required=False,
label=&lt;/em&gt;('Photo')&lt;/p&gt;

&lt;p&gt;i wrote this code to upload image
when i save this code .. it is showing an I/O warning :&lt;/p&gt;

&lt;p&gt;non-ascii found, yet no encoding declared.Add a link like&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;- coding: cp1252 -&lt;/em&gt;-&lt;/p&gt;

&lt;p&gt;to your file
click ok to save this file as cp1252&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i am using  the same but this code is giving an warning I/O warning</p>

<p>class Thing(models.Model):
    name = models.CharField(blank=False, null=False, maxlength=30)
    photo = models.ImageField(upload_to=&#8217;images/things/&#8217;, blank=True,
null=True)</p>

<p>class ThingForm(forms.Form):
    name = forms.CharField(max_length=30, required=True, label=<em>(&#8217;Name
of the thing&#8217;))
    photo = forms.Field(widget=forms.FileInput, required=False,
label=</em>(&#8217;Photo&#8217;)</p>

<p>i wrote this code to upload image
when i save this code .. it is showing an I/O warning :</p>

<p>non-ascii found, yet no encoding declared.Add a link like</p>

<p>-<em>- coding: cp1252 -</em>-</p>

<p>to your file
click ok to save this file as cp1252</p>]]></content:encoded>
	</item>
</channel>
</rss>
