<?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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: A Detailed Django Tutorial: Blog Basics Part IV</title> <atom:link href="http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/feed/" rel="self" type="application/rss+xml" /><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/</link> <description>a winnipeg website design company.</description> <lastBuildDate>Thu, 09 Feb 2012 06:42:48 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Anu</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-431681</link> <dc:creator>Anu</dc:creator> <pubDate>Sun, 11 Dec 2011 17:49:21 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-431681</guid> <description>This is very gud tuitorial.helped me alot to develop my blog.please  describe more about templating in blog</description> <content:encoded><![CDATA[<p>This is very gud tuitorial.helped me alot to develop my blog.please  describe more about templating in blog</p> ]]></content:encoded> </item> <item><title>By: Vinod Patidar</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-199418</link> <dc:creator>Vinod Patidar</dc:creator> <pubDate>Sat, 07 May 2011 11:43:13 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-199418</guid> <description>Nice Work! keep it up!</description> <content:encoded><![CDATA[<p>Nice Work! keep it up!</p> ]]></content:encoded> </item> <item><title>By: Jeffry Granstaff</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-88750</link> <dc:creator>Jeffry Granstaff</dc:creator> <pubDate>Tue, 04 Jan 2011 23:01:57 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-88750</guid> <description>Where can I find your RSS feed please?</description> <content:encoded><![CDATA[<p>Where can I find your RSS feed please?</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-64636</link> <dc:creator>Paul</dc:creator> <pubDate>Mon, 22 Nov 2010 14:41:54 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-64636</guid> <description>Hey teioch,thanks a lot for the comment. I couldn&#039;t figure out how to get the comment framework working your hint at adding &quot;django.middleware.csrf.CsrfResponseMiddleware&quot; really helped me out. Looking at documentation and tutorials I haven&#039;t seen that that would be required, so I am wondering if either a) The django tutorial writers suffer from some collective amnesia or b) It shouldn&#039;t be required but is for some reason on our machines (??). Anyway, it is working now, thanks a million. P</description> <content:encoded><![CDATA[<p>Hey teioch,</p><p>thanks a lot for the comment. I couldn&#8217;t figure out how to get the comment framework working your hint at adding &#8220;django.middleware.csrf.CsrfResponseMiddleware&#8221; really helped me out. Looking at documentation and tutorials I haven&#8217;t seen that that would be required, so I am wondering if either<br /> a) The django tutorial writers suffer from some collective amnesia or<br /> b) It shouldn&#8217;t be required but is for some reason on our machines (??).<br /> Anyway, it is working now, thanks a million.<br /> P</p> ]]></content:encoded> </item> <item><title>By: teioch</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-63156</link> <dc:creator>teioch</dc:creator> <pubDate>Fri, 19 Nov 2010 11:43:15 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-63156</guid> <description>Nice tutorial, but a few details seem to have been overlooked. For people who know a bit of Django already I&#039;m sure these bits are easy and it might be assumed that people just know this. On my part, having never touched Django before it got a bit confusing.1) I can&#039;t seem to see you talk about how you can tell django that the formfields like e-mail is optional. I at least get a message that the e-mail field must be filled out.2) To get the form to working I had to go into settings.py and input &#039;django.middleware.csrf.CsrfResponseMiddleware&#039;, into the MIDDLEWARE_CLASSES field, as only CsrfViewMiddleware is input there by default.</description> <content:encoded><![CDATA[<p>Nice tutorial, but a few details seem to have been overlooked. For people who know a bit of Django already I&#8217;m sure these bits are easy and it might be assumed that people just know this. On my part, having never touched Django before it got a bit confusing.</p><p>1) I can&#8217;t seem to see you talk about how you can tell django that the formfields like e-mail is optional. I at least get a message that the e-mail field must be filled out.</p><p>2) To get the form to working I had to go into settings.py and input &#8216;django.middleware.csrf.CsrfResponseMiddleware&#8217;, into the MIDDLEWARE_CLASSES field, as only CsrfViewMiddleware is input there by default.</p> ]]></content:encoded> </item> <item><title>By: binyu</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-36013</link> <dc:creator>binyu</dc:creator> <pubDate>Fri, 10 Sep 2010 07:18:23 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-36013</guid> <description>solved! add {% load comments %} before that &amp; after include tag:)</description> <content:encoded><![CDATA[<p>solved! add {% load comments %} before that &amp; after include tag:)</p> ]]></content:encoded> </item> <item><title>By: binyu</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-35968</link> <dc:creator>binyu</dc:creator> <pubDate>Fri, 10 Sep 2010 02:52:29 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-35968</guid> <description>Invalid block tag: &#039;get_comment_list&#039;, expected &#039;endblock&#039; or &#039;endblock comment&#039; in posts_detail.html?? why?</description> <content:encoded><![CDATA[<p>Invalid block tag: &#8216;get_comment_list&#8217;, expected &#8216;endblock&#8217; or &#8216;endblock comment&#8217;<br /> in posts_detail.html?? why?</p> ]]></content:encoded> </item> <item><title>By: Willy</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-28632</link> <dc:creator>Willy</dc:creator> <pubDate>Mon, 09 Aug 2010 22:30:33 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-28632</guid> <description>Hmmm, now I&#039;m getting a 403 error because I don&#039;t have a proper CSRF in the comment field.</description> <content:encoded><![CDATA[<p>Hmmm, now I&#8217;m getting a 403 error because I don&#8217;t have a proper CSRF in the comment field.</p> ]]></content:encoded> </item> <item><title>By: Willy</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-28535</link> <dc:creator>Willy</dc:creator> <pubDate>Mon, 09 Aug 2010 11:37:47 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-28535</guid> <description>So I was going through your tutorial and I think I found a small issue. I am getting errors because of your {% url %} tags.&lt;code&gt; TemplateSyntaxErrorCaught NoReverseMatch while rendering: Reverse for &#039;post.object.id&#039; with arguments &#039;()&#039; and keyword arguments &#039;{}&#039; not found. &lt;/code&gt;Any idea what it could be? I&#039;ve been looking at the Django Documentation but I don&#039;t see if it&#039;s an issue with your tutorial being written on an older version or not. :/</description> <content:encoded><![CDATA[<p>So I was going through your tutorial and I think I found a small issue. I am getting errors because of your {% url %} tags.</p><p><code><br /> TemplateSyntaxError</p><p>Caught NoReverseMatch while rendering: Reverse for 'post.object.id' with arguments '()' and keyword arguments '{}' not found.</p><p></code></p><p>Any idea what it could be? I&#8217;ve been looking at the Django Documentation but I don&#8217;t see if it&#8217;s an issue with your tutorial being written on an older version or not. :/</p> ]]></content:encoded> </item> <item><title>By: David</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-12464</link> <dc:creator>David</dc:creator> <pubDate>Sun, 11 Apr 2010 06:42:57 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-12464</guid> <description>Thanks for the great tutorials! Probably the best I&#039;ve come across so far.</description> <content:encoded><![CDATA[<p>Thanks for the great tutorials! Probably the best I&#8217;ve come across so far.</p> ]]></content:encoded> </item> <item><title>By: Joseph</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-10110</link> <dc:creator>Joseph</dc:creator> <pubDate>Thu, 11 Mar 2010 13:56:26 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-10110</guid> <description>Just thought I would mention, because I was stupid enough to miss it, make sure you run syncdb again after adding a new app to settings.py</description> <content:encoded><![CDATA[<p>Just thought I would mention, because I was stupid enough to miss it, make sure you run syncdb again after adding a new app to settings.py</p> ]]></content:encoded> </item> <item><title>By: Peters Django-Links &#8211; Der Schockwellenreiter</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-4102</link> <dc:creator>Peters Django-Links &#8211; Der Schockwellenreiter</dc:creator> <pubDate>Tue, 15 Dec 2009 11:42:11 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-4102</guid> <description>[...] Detailed Django Tutorial: Blog Basics Part IV. Etwas verwirrend in der Navigation (wenn man im Inhaltsverzeichnis auf Installation klickt, landet [...]</description> <content:encoded><![CDATA[<p>[...] Detailed Django Tutorial: Blog Basics Part IV. Etwas verwirrend in der Navigation (wenn man im Inhaltsverzeichnis auf Installation klickt, landet [...]</p> ]]></content:encoded> </item> <item><title>By: n3ls0n</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-2498</link> <dc:creator>n3ls0n</dc:creator> <pubDate>Wed, 18 Nov 2009 19:32:39 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-2498</guid> <description>This looks like a nice tutorial, but where are the images and sample code.  The links are broken...</description> <content:encoded><![CDATA[<p>This looks like a nice tutorial, but where are the images and sample code.  The links are broken&#8230;</p> ]]></content:encoded> </item> <item><title>By: Chuck</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1225</link> <dc:creator>Chuck</dc:creator> <pubDate>Fri, 17 Jul 2009 00:08:44 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1225</guid> <description>Nice work!</description> <content:encoded><![CDATA[<p>Nice work!</p> ]]></content:encoded> </item> <item><title>By: Daemian Mack</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1221</link> <dc:creator>Daemian Mack</dc:creator> <pubDate>Fri, 19 Jun 2009 13:05:36 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1221</guid> <description>Thanks -- nice quick intro to Django.Walking through this tutorial, I think an oversight may have occurred somewhere between parts III and IV; it seems the posts/post_detail.html template needs the {% load comments %} tag in order to access get_comment_list. At least, that&#039;s the bit that fixed my template errors here on Django trunk.</description> <content:encoded><![CDATA[<p>Thanks &#8212; nice quick intro to Django.</p><p>Walking through this tutorial, I think an oversight may have occurred somewhere between parts III and IV; it seems the posts/post_detail.html template needs the {% load comments %} tag in order to access get_comment_list. At least, that&#8217;s the bit that fixed my template errors here on Django trunk.</p> ]]></content:encoded> </item> <item><title>By: qwertyt</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1220</link> <dc:creator>qwertyt</dc:creator> <pubDate>Wed, 08 Apr 2009 15:45:43 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1220</guid> <description>Great tutorial!!!Thanks!More tutos please...</description> <content:encoded><![CDATA[<p>Great tutorial!!!</p><p>Thanks!</p><p>More tutos please&#8230;</p> ]]></content:encoded> </item> <item><title>By: Django Blog Tutoral Completed &#124; Blog of Jeff</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1219</link> <dc:creator>Django Blog Tutoral Completed &#124; Blog of Jeff</dc:creator> <pubDate>Mon, 06 Apr 2009 20:40:29 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1219</guid> <description>[...] (and don&#8217;t check the site). All the Django Blog Tutorials have been posted. You can go to Part 4 and download its entirety if you haven&#8217;t been following [...]</description> <content:encoded><![CDATA[<p>[...] (and don&#8217;t check the site). All the Django Blog Tutorials have been posted. You can go to Part 4 and download its entirety if you haven&#8217;t been following [...]</p> ]]></content:encoded> </item> <item><title>By: Jeff</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1218</link> <dc:creator>Jeff</dc:creator> <pubDate>Mon, 06 Apr 2009 20:10:35 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1218</guid> <description>Thanks :)I do plan on writing more Django tutorials though.</description> <content:encoded><![CDATA[<p>Thanks <img src='http://brenelz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>I do plan on writing more Django tutorials though.</p> ]]></content:encoded> </item> <item><title>By: Django Blog Tutorial &#124; Blog of Jeff</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1217</link> <dc:creator>Django Blog Tutorial &#124; Blog of Jeff</dc:creator> <pubDate>Mon, 06 Apr 2009 19:22:41 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1217</guid> <description>[...] Part 4 [...]</description> <content:encoded><![CDATA[<p>[...] Part 4 [...]</p> ]]></content:encoded> </item> <item><title>By: shane sponagle</title><link>http://brenelz.com/blog/a-detailed-django-tutorial-blog-basics-part-iv/comment-page-1/#comment-1216</link> <dc:creator>shane sponagle</dc:creator> <pubDate>Mon, 06 Apr 2009 18:55:16 +0000</pubDate> <guid isPermaLink="false">http://www.brenelz.com/blog/?p=876#comment-1216</guid> <description>I am sorry to see this series come to an end. Great stuff, thanks :)</description> <content:encoded><![CDATA[<p>I am sorry to see this series come to an end. Great stuff, thanks <img src='http://brenelz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 26/51 queries in 0.015 seconds using disk: basic
Object Caching 783/784 objects using disk: basic

Served from: brenelz.com @ 2012-02-10 05:37:33 -->
