<?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: Identity Sample</title>
	<atom:link href="http://nerd.metrocat.org/2005/11/identity-sample/feed" rel="self" type="application/rss+xml" />
	<link>http://nerd.metrocat.org/2005/11/identity-sample</link>
	<description>You're reading Jeff Watkins' thoughts about Web application design and development with a little bit of technology ranting thrown in for free.</description>
	<lastBuildDate>Sun, 08 Jun 2008 07:06:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-103</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 28 Nov 2005 22:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-103</guid>
		<description>&lt;p&gt;Thanks, got it working now. You might want to note somewhere the obvious fact that the dev.cfg db url has to be edited. There is a small typo in step 10 in the http://trac.turbogears.org/turbogears/wiki/IdentityManagement page - somodel is missing from the import statement. I would edit it myself, but the Trac server fail when I try.&lt;/p&gt;

&lt;p&gt;Martin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, got it working now. You might want to note somewhere the obvious fact that the dev.cfg db url has to be edited. There is a small typo in step 10 in the <a href="http://trac.turbogears.org/turbogears/wiki/IdentityManagement" rel="nofollow">http://trac.turbogears.org/turbogears/wiki/IdentityManagement</a> page &#8211; somodel is missing from the import statement. I would edit it myself, but the Trac server fail when I try.</p>

<p>Martin</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watkins</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-102</link>
		<dc:creator>Jeff Watkins</dc:creator>
		<pubDate>Mon, 28 Nov 2005 21:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-102</guid>
		<description>&lt;p&gt;Ah! That would be because you have a more recent version of the TurboGears code than this sample was built for.&lt;/p&gt;

&lt;p&gt;You&#039;ll need to delete the database and recreate it using:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;tg-admin sql create
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Then create a new user and group with:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;tg-admin shell
&gt;&gt;&gt; # Create the User &amp; Group instances
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I&#039;m not at a machine that has TurboGears installed or I&#039;d test this. But it should be rather self explanatory.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah! That would be because you have a more recent version of the TurboGears code than this sample was built for.</p>

<p>You&#8217;ll need to delete the database and recreate it using:</p>

<pre><code>tg-admin sql create
</code></pre>

<p>Then create a new user and group with:</p>

<pre><code>tg-admin shell
&gt;&gt;&gt; # Create the User &amp; Group instances
</code></pre>

<p>I&#8217;m not at a machine that has TurboGears installed or I&#8217;d test this. But it should be rather self explanatory.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-101</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 28 Nov 2005 21:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-101</guid>
		<description>&lt;p&gt;Thanks for the link. Got the code now, but it fails with a &quot;OperationalError: no such table: tg_user&quot;.&lt;/p&gt;

&lt;p&gt;I am on Windows, Python 2.4.&lt;/p&gt;

&lt;p&gt;Martin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the link. Got the code now, but it fails with a &#8220;OperationalError: no such table: tg_user&#8221;.</p>

<p>I am on Windows, Python 2.4.</p>

<p>Martin</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watkins</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-100</link>
		<dc:creator>Jeff Watkins</dc:creator>
		<pubDate>Mon, 28 Nov 2005 20:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-100</guid>
		<description>&lt;p&gt;Martin, you&#039;re not being stupid. When I changed Web site software I broke this feature. Sorry. I&#039;ll have to fix it soon.&lt;/p&gt;

&lt;p&gt;Until I can fix it, you can download the file from:&lt;/p&gt;

&lt;p&gt;http://nerd.newburyportion.com/downloads/identity-sample.tgz&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Martin, you&#8217;re not being stupid. When I changed Web site software I broke this feature. Sorry. I&#8217;ll have to fix it soon.</p>

<p>Until I can fix it, you can download the file from:</p>

<p><a href="http://nerd.newburyportion.com/downloads/identity-sample.tgz" rel="nofollow">http://nerd.newburyportion.com/downloads/identity-sample.tgz</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-99</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 28 Nov 2005 20:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-99</guid>
		<description>&lt;p&gt;Where do I download the file identity-sample.tgz ? I don&#039;t see a link. Or am I being stupid ?&lt;/p&gt;

&lt;p&gt;Martin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Where do I download the file identity-sample.tgz ? I don&#8217;t see a link. Or am I being stupid ?</p>

<p>Martin</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit Masson</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-57</link>
		<dc:creator>Benoit Masson</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-57</guid>
		<description>&lt;p&gt;Thanks jeff I was a bit lost in the identity code as a newbie to python :(, it works now !!! I must have messed up with soProvider , provider and the &quot;identity.current&quot; wrapper, sorry to bother you and thanks again for the sample.
Benoit&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks jeff I was a bit lost in the identity code as a newbie to python :(, it works now !!! I must have messed up with soProvider , provider and the &#8220;identity.current&#8221; wrapper, sorry to bother you and thanks again for the sample.
Benoit</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watkins</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-58</link>
		<dc:creator>Jeff Watkins</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-58</guid>
		<description>&lt;p&gt;Benoit, don&#039;t mention it. I&#039;m a newbie to Python too: I only started looking at it when I downloaded TurboGears the first time. Given that &lt;strong&gt;there is no documentation&lt;/strong&gt; for the identity framework yet, I expect it to be a little difficult to pick up. I&#039;m really doing my best to remedy that deficiency, but there are other pressing interests... like building a &lt;em&gt;real&lt;/em&gt; ORM for Python...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Benoit, don&#8217;t mention it. I&#8217;m a newbie to Python too: I only started looking at it when I downloaded TurboGears the first time. Given that <strong>there is no documentation</strong> for the identity framework yet, I expect it to be a little difficult to pick up. I&#8217;m really doing my best to remedy that deficiency, but there are other pressing interests&#8230; like building a <em>real</em> ORM for Python&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: michele</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-59</link>
		<dc:creator>michele</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-59</guid>
		<description>&lt;p&gt;Jeff you might want to join planet.turbogears.org, I noticed this post from a technorati search.&lt;/p&gt;

&lt;p&gt;Send an email to tgplanet@splee.co.uk&lt;/p&gt;

&lt;p&gt;Great work!&lt;/p&gt;

&lt;p&gt;Just wondering, what do you intend with &quot;a real ORM for Pyton...&quot;, isn&#039;t SQLObject the right thing?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jeff you might want to join planet.turbogears.org, I noticed this post from a technorati search.</p>

<p>Send an email to <a href="mailto:tgplanet@splee.co.uk">tgplanet@splee.co.uk</a></p>

<p>Great work!</p>

<p>Just wondering, what do you intend with &#8220;a real ORM for Pyton&#8230;&#8221;, isn&#8217;t SQLObject the right thing?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watkins</title>
		<link>http://nerd.metrocat.org/2005/11/identity-sample/comment-page-1#comment-60</link>
		<dc:creator>Jeff Watkins</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.metrocat.org/2005/11/identity-sample#comment-60</guid>
		<description>&lt;p&gt;Yeah, I&#039;ve spoken to Lee and I&#039;d like to subscribe only the TurboGears category. At the moment, I don&#039;t have Movable Type configured to provide a feed for each category.&lt;/p&gt;

&lt;p&gt;On the subject of ORM, I&#039;m looking to create something a little more Hibernate-like that aggressively caches and attempts to minimise the number of server requests. I&#039;ve already got quite a lot of working code (it really isn&#039;t that hard because I&#039;ve written ORMs before).&lt;/p&gt;

&lt;p&gt;For a quick glance, point your browser (or subversion client) at &lt;a href=&quot;http://newburyportion.com/svn/orm/&quot; rel=&quot;nofollow&quot;&gt;http://newburyportion.com/svn/orm/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve spoken to Lee and I&#8217;d like to subscribe only the TurboGears category. At the moment, I don&#8217;t have Movable Type configured to provide a feed for each category.</p>

<p>On the subject of ORM, I&#8217;m looking to create something a little more Hibernate-like that aggressively caches and attempts to minimise the number of server requests. I&#8217;ve already got quite a lot of working code (it really isn&#8217;t that hard because I&#8217;ve written ORMs before).</p>

<p>For a quick glance, point your browser (or subversion client) at <a href="http://newburyportion.com/svn/orm/" rel="nofollow">http://newburyportion.com/svn/orm/</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
