<?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/"
				  >
<channel>
<title>NEVERFEAR (Post Comments)</title>
<link>http://neverfear.org</link>
<description><![CDATA[NEVERFEAR.org weblog feed for post comments]]></description>
<image><title>NEVERFEAR (Post Comments)</title>
<link>http://neverfear.org</link>
<url>http://neverfear.org/favicon.ico</url>
</image>
<language>en-uk</language>
<pubDate>Thu, 09 Sep 2010 16:44:03 +0000</pubDate>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_169</link>
<pubDate>Mon, 09 Aug 2010 12:20:37 +0000</pubDate>
<description><![CDATA[<p>Hi im using Django version 1.1.1
when logged site just displays "Welcome,"
to make it display username u need to add to portal/views.py</p>

<pre class="text" style="font-family:monospace;">from django.template import RequestContext</pre>

<p>and modify render_to_response to</p>

<pre class="text" style="font-family:monospace;">return render_to_response('portal/index.html',{},context_instance=RequestContext(request))</pre>
]]></description>
<author>lordoza@gmail.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_169</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_168</link>
<pubDate>Sat, 07 Aug 2010 23:50:07 +0000</pubDate>
<description><![CDATA[<p>thanks</p>
]]></description>
<author>zzveyz@gmail.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_168</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_145</link>
<pubDate>Sun, 23 May 2010 23:28:12 +0000</pubDate>
<description><![CDATA[<p>Thanks a lot! Very straightforward and helpful..</p>
]]></description>
<author>yalegria@hotmail.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_145</guid>
</item>
</channel>
</rss>