<?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>Web Oom &#187; debug</title>
	<atom:link href="http://web.pyncus.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>TemplateDoesNotExist: 500.html ?</title>
		<link>http://web.pyncus.com/2009/06/27/templatedoesnotexist-500-html/</link>
		<comments>http://web.pyncus.com/2009/06/27/templatedoesnotexist-500-html/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 14:51:14 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[500.html]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[templatedoesnotexist]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=131</guid>
		<description><![CDATA[TemplateDoesNotExist: 500.html This error means that you don't have a template for displaying the "internal server error" message. Try to set DEBUG = TRUE in settings.py]]></description>
			<content:encoded><![CDATA[<pre>TemplateDoesNotExist: 500.html

This error means that you don't have a template for
displaying the "internal server error" message.

Try to set
DEBUG = TRUE
in settings.py</pre>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/06/27/templatedoesnotexist-500-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>When you got Django &quot;no such column&quot; error</title>
		<link>http://web.pyncus.com/2009/06/26/when-you-got-django-column-not-found-error/</link>
		<comments>http://web.pyncus.com/2009/06/26/when-you-got-django-column-not-found-error/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 21:54:43 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=106</guid>
		<description><![CDATA[You may get this type of error &#8220;no such column&#8221; when you change the models. Try this one $python manage.py reset thenameofyourapp $python manage.py syncdb &#8212;&#8212;&#8212;- PS: The problem here is that all existing database will be going away.]]></description>
			<content:encoded><![CDATA[<p>You may get this type of error &#8220;no such column&#8221; when you change the models.</p>
<p>Try this one</p>
<p>$python manage.py reset thenameofyourapp</p>
<p>$python manage.py syncdb</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>PS: The problem here is that all existing database will be going away.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/06/26/when-you-got-django-column-not-found-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In urls.py please add</title>
		<link>http://web.pyncus.com/2009/06/26/in-urls-py-please-add/</link>
		<comments>http://web.pyncus.com/2009/06/26/in-urls-py-please-add/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:32:50 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[ruls.py]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=82</guid>
		<description><![CDATA[from django.contrib import admin otherwise, django can&#8217;t understand (r&#8217;^admin/(.*)&#8217;, admin.site.root),]]></description>
			<content:encoded><![CDATA[<p>from django.contrib import admin</p>
<p>otherwise,</p>
<p>django can&#8217;t understand</p>
<p>(r&#8217;^admin/(.*)&#8217;, admin.site.root),</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/06/26/in-urls-py-please-add/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

