<?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>Wed, 29 Apr 2026 09:13:40 +0000</pubDate>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_11056</link>
<pubDate>Fri, 14 Feb 2014 00:46:33 +0000</pubDate>
<description><![CDATA[<p>Your way of telling everything in this post is 
genuinely good, every one be capable of without 
difficulty be aware of it, Thanks a lot.</p>
]]></description>
<author>leona.yirawala@yahoo.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_11056</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_2652</link>
<pubDate>Tue, 26 Feb 2013 10:49:53 +0000</pubDate>
<description><![CDATA[<p>Hi ..
I Just found your site ...and this is very helpful.</p>

<p>I Have question :</p>

<p>A.How to route '/' to '/portal' ?</p>

<p>B. let's say I have a model called 'Car' under portal app, and I did not write a view for it yet. How to enable user to access this model ?
all i know is something like --> admin.site.register(Car)</p>

<p>using that admin.site.register in portal/admin will show the model url in /admin/ page</p>

<p>Kindly please give me your enlightment</p>

<p>Sincerely
-bino-</p>
]]></description>
<author>bino</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_2652</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_2353</link>
<pubDate>Mon, 18 Feb 2013 08:06:35 +0000</pubDate>
<description><![CDATA[<p>simply stopping by to say hello</p>
]]></description>
<author>superheroz485@aol.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_2353</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_1501</link>
<pubDate>Sun, 13 Jan 2013 20:39:09 +0000</pubDate>
<description><![CDATA[<p>just dropping by to say hello</p>
]]></description>
<author>superheroz485@aol.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_1501</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_241</link>
<pubDate>Mon, 07 May 2012 11:49:25 +0000</pubDate>
<description><![CDATA[<p>Dude, very helpful post indeed. Probably worth revisiting and including the csrf considerations in Django >1.2, e.g.</p>

<p><verbatim></p>

<p>&lt;</p>

<p>form method="post" action="{% url django.contrib.auth.views.login %}">{% csrf_token %}</p>

<p></verbatim></p>
]]></description>
<author>H</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_241</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_240</link>
<pubDate>Mon, 07 May 2012 11:46:59 +0000</pubDate>
<description><![CDATA[<p>Dude, very helpful post indeed. Probably worth revisiting and including the csrf considerations in Django >1.2, e.g.</p>

<p>&lt;</p>

<p>form method="post" action="{% url django.contrib.auth.views.login %}">{% csrf_token %}</p>
]]></description>
<author>H</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_240</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_234</link>
<pubDate>Sat, 31 Mar 2012 21:07:13 +0000</pubDate>
<description><![CDATA[<p>I think you have missed</p>

<p>{% csrf_token %}</p>

<p>inside the form tag in the login.html file.</p>

<p>Thanks bdw, it was very helpful.</p>
]]></description>
<author>mayank</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_234</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_233</link>
<pubDate>Thu, 01 Mar 2012 14:21:58 +0000</pubDate>
<description><![CDATA[<p>Thanks, I got it working :D</p>

<p>I had to add a "{% csrf_token %}" to the form, though - otherwise it wouldn't let me log in.</p>
]]></description>
<author>Mirco</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_233</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_224</link>
<pubDate>Thu, 08 Dec 2011 08:42:38 +0000</pubDate>
<description><![CDATA[<p>Thanks. It works for me</p>
]]></description>
<author>shrenik181986@gmail.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_224</guid>
</item>
<item>
<title>Comment on User Authentication With Django</title>
<link>http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_178</link>
<pubDate>Tue, 18 Jan 2011 03:59:59 +0000</pubDate>
<description><![CDATA[<p>I get:</p>

<p>TemplateSyntaxError at /portal/</p>

<p>Caught UnicodeDecodeError while rendering: ('utf8', 'then displays everything in templates/portal/portal.html and index.html and at the end says:
{% endblock %}\n', 521, 522, 'unexpected code byte')</p>

<p>Any suggestions as to what might cause this?</p>

<p>thanks</p>
]]></description>
<author>jbb</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/97/User_Authentication_With_Django/comments#comment_178</guid>
</item>
<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>