<?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: Python Web Framework Series – Pylons: Part 3 Views with Mako</title>
	<atom:link href="http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/</link>
	<description>The small minded meanderings of the confused</description>
	<lastBuildDate>Mon, 15 Apr 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/#comment-36</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Sat, 01 Aug 2009 20:39:20 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx#comment-36</guid>
		<description>@Roland

thanks for the typo catch.

The other parts you&#039;re commenting come into play later, and are only used as a place holder.

Ultimately however whether something is in a controller explicitly or not is a style choice.</description>
		<content:encoded><![CDATA[<p>@Roland</p>
<p>thanks for the typo catch.</p>
<p>The other parts you&#8217;re commenting come into play later, and are only used as a place holder.</p>
<p>Ultimately however whether something is in a controller explicitly or not is a style choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Buresund</title>
		<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/#comment-35</link>
		<dc:creator>Roland Buresund</dc:creator>
		<pubDate>Sat, 01 Aug 2009 20:00:06 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx#comment-35</guid>
		<description>in submitnewthread the line:
        c.username = uses.get_current_user(self)
doesn&#039;t parse, as uses doesn&#039;t exist (should probably be user).

Also, the line 
    import pylonsforum.model.users
that is supposed to be added to home.py, doesn&#039;t fit into this scenario, as the intention probably was to write (based on text in a previous paragraph):
    import pylonsforum.model.users as user

Nitpicking, I know, but I like the tutorial and would like it to be a success :-)

</description>
		<content:encoded><![CDATA[<p>in submitnewthread the line:<br />
        c.username = uses.get_current_user(self)<br />
doesn&#8217;t parse, as uses doesn&#8217;t exist (should probably be user).</p>
<p>Also, the line<br />
    import pylonsforum.model.users<br />
that is supposed to be added to home.py, doesn&#8217;t fit into this scenario, as the intention probably was to write (based on text in a previous paragraph):<br />
    import pylonsforum.model.users as user</p>
<p>Nitpicking, I know, but I like the tutorial and would like it to be a success <img src='http://lostechies.com/ryansvihla/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govind </title>
		<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/#comment-34</link>
		<dc:creator>Govind </dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:03:47 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx#comment-34</guid>
		<description>Wow ! that was pretty quick. 
There is similarly small nitpick with paster server - it should be paster serve.

Thanks again for posting such a nice tutorial.</description>
		<content:encoded><![CDATA[<p>Wow ! that was pretty quick.<br />
There is similarly small nitpick with paster server &#8211; it should be paster serve.</p>
<p>Thanks again for posting such a nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/#comment-33</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Wed, 08 Jul 2009 12:18:07 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx#comment-33</guid>
		<description>@Govind nice catch and has been corrected now.

@Ryan in pylonsforum\model\ make a file named users.py and place that line in it. Updated the article text with a better explanation.

Thanks again</description>
		<content:encoded><![CDATA[<p>@Govind nice catch and has been corrected now.</p>
<p>@Ryan in pylonsforum\model\ make a file named users.py and place that line in it. Updated the article text with a better explanation.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/#comment-32</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 08 Jul 2009 10:22:50 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx#comment-32</guid>
		<description>I am little confused as tests always complain there is no class user. Although you mention module users(which I think should be model user).

def get_current_user(self):
    return &quot;rsvihla&quot;

Which file does this code go to?</description>
		<content:encoded><![CDATA[<p>I am little confused as tests always complain there is no class user. Although you mention module users(which I think should be model user).</p>
<p>def get_current_user(self):<br />
    return &#8220;rsvihla&#8221;</p>
<p>Which file does this code go to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govind</title>
		<link>http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/#comment-31</link>
		<dc:creator>Govind</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:38:09 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx#comment-31</guid>
		<description>First things first - should point to &quot;available&quot; controller - we do not have login controller yet

map.connect(&quot;home&quot;, &quot;/&quot;, controller=&quot;login&quot;, action=&quot;index&quot;)  should be 
map.connect(&quot;home&quot;, &quot;/&quot;, controller=&quot;home&quot;, action=&quot;index&quot;) </description>
		<content:encoded><![CDATA[<p>First things first &#8211; should point to &#8220;available&#8221; controller &#8211; we do not have login controller yet</p>
<p>map.connect(&#8220;home&#8221;, &#8220;/&#8221;, controller=&#8221;login&#8221;, action=&#8221;index&#8221;)  should be<br />
map.connect(&#8220;home&#8221;, &#8220;/&#8221;, controller=&#8221;home&#8221;, action=&#8221;index&#8221;) </p>
]]></content:encoded>
	</item>
</channel>
</rss>
