<?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: Customize admin for User model</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Sun, 20 May 2012 21:48:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: slacy</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model/comment-page-1#comment-404619</link>
		<dc:creator>slacy</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=238#comment-404619</guid>
		<description>Thanks! This is exactly what I was looking for -- this should be put into the Django tutorials or djangobook!</description>
		<content:encoded><![CDATA[<p>Thanks! This is exactly what I was looking for &#8212; this should be put into the Django tutorials or djangobook!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model/comment-page-1#comment-292343</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 17 Sep 2008 22:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=238#comment-292343</guid>
		<description>I think you\'ll have some issues with password management and perhaps a few other things if you don\'t inherit from \&#34;django.contrib.auth.admin.UserAdmin\&#34; instead of \&#34;admin.ModelAdmin\&#34;. At least I did when I tried this.</description>
		<content:encoded><![CDATA[<p>I think you\&#8217;ll have some issues with password management and perhaps a few other things if you don\&#8217;t inherit from \&quot;django.contrib.auth.admin.UserAdmin\&quot; instead of \&quot;admin.ModelAdmin\&quot;. At least I did when I tried this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bengtsson</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model/comment-page-1#comment-291275</link>
		<dc:creator>Peter Bengtsson</dc:creator>
		<pubDate>Mon, 15 Sep 2008 23:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=238#comment-291275</guid>
		<description>I noticed this too. The trick is to put all your model admin classes in a separate file called admin.py and at the top of it have the autodiscover() as Martin points out. Then you won\'t get the AlreadyRegistered errors.</description>
		<content:encoded><![CDATA[<p>I noticed this too. The trick is to put all your model admin classes in a separate file called admin.py and at the top of it have the autodiscover() as Martin points out. Then you won\&#8217;t get the AlreadyRegistered errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfram</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model/comment-page-1#comment-291080</link>
		<dc:creator>Wolfram</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=238#comment-291080</guid>
		<description>@Martin: Uh thanks ...</description>
		<content:encoded><![CDATA[<p>@Martin: Uh thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model/comment-page-1#comment-290963</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 15 Sep 2008 11:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=238#comment-290963</guid>
		<description>Small notice: You only get the \&#34;AlreadyRegistered\&#34; error if you use \&#34;admin.autodiscover()\&#34; which is disabled by default.</description>
		<content:encoded><![CDATA[<p>Small notice: You only get the \&quot;AlreadyRegistered\&quot; error if you use \&quot;admin.autodiscover()\&quot; which is disabled by default.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

