<?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: Django Accounts on Subdomains</title>
	<atom:link href="http://www.nerdydork.com/django-accounts-on-subdomains.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdydork.com/django-accounts-on-subdomains.html</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dustin</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4742</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4742</guid>
		<description>I appended the username to the subdomain with an underscore. So in the database, usernames were stored as subdomain_username.</description>
		<content:encoded><![CDATA[<p>I appended the username to the subdomain with an underscore. So in the database, usernames were stored as subdomain_username.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dalore</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4741</link>
		<dc:creator>dalore</dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4741</guid>
		<description>How did you solve the problems of unique usernames?  You want usernames to be unique to the subdomain but django enforces global uniqueness.</description>
		<content:encoded><![CDATA[<p>How did you solve the problems of unique usernames?  You want usernames to be unique to the subdomain but django enforces global uniqueness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4710</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 23 Mar 2009 21:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4710</guid>
		<description>I&#039;ve actually posted the middleware on django snippets: http://www.djangosnippets.org/snippets/1119/

Let me know if you need more info. I&#039;m using this in a couple of places, such as http://housesheet.com</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually posted the middleware on django snippets: <a href="http://www.djangosnippets.org/snippets/1119/" rel="nofollow">http://www.djangosnippets.org/snippets/1119/</a></p>
<p>Let me know if you need more info. I&#8217;m using this in a couple of places, such as <a href="http://housesheet.com" rel="nofollow">http://housesheet.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4709</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 23 Mar 2009 21:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4709</guid>
		<description>Hi,

Have you made any progress in this topic since this post was written? I am interested how to handle subdomains in Django but I didn&#039;t find enough infromation how to do that so far.

I&#039;ve alse have noticed that link to middleware code is not available no more - can you post it again? Or maybe put your code on http://www.djangosnippets.org

Regards,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Have you made any progress in this topic since this post was written? I am interested how to handle subdomains in Django but I didn&#8217;t find enough infromation how to do that so far.</p>
<p>I&#8217;ve alse have noticed that link to middleware code is not available no more &#8211; can you post it again? Or maybe put your code on <a href="http://www.djangosnippets.org" rel="nofollow">http://www.djangosnippets.org</a></p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Correia</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4385</link>
		<dc:creator>Fernando Correia</dc:creator>
		<pubDate>Sat, 08 Nov 2008 13:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4385</guid>
		<description>Hi Dustin! Did you make any progress on Django accounts with subdomains? I need this feature in an upcoming project and I thought we could maybe we could share some experiences.</description>
		<content:encoded><![CDATA[<p>Hi Dustin! Did you make any progress on Django accounts with subdomains? I need this feature in an upcoming project and I thought we could maybe we could share some experiences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4333</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4333</guid>
		<description>Cool. Maybe when you&#039;re done you can share! :) I thought about putting in Django snippets, but I didn&#039;t think there was enough to it yet. I still need to figure out the registration and login portion.</description>
		<content:encoded><![CDATA[<p>Cool. Maybe when you&#8217;re done you can share! <img src='http://www.nerdydork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I thought about putting in Django snippets, but I didn&#8217;t think there was enough to it yet. I still need to figure out the registration and login portion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aidas Bendoraitis [aka Archatas]</title>
		<link>http://www.nerdydork.com/django-accounts-on-subdomains.html/comment-page-1#comment-4332</link>
		<dc:creator>Aidas Bendoraitis [aka Archatas]</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/django-accounts-on-subdomains.html#comment-4332</guid>
		<description>Cool trick. I have something similar in my developments. :)

But I would rather put the script into http://www.djangosnippets.org, because it will be deleted from dpaste when the time expires.</description>
		<content:encoded><![CDATA[<p>Cool trick. I have something similar in my developments. <img src='http://www.nerdydork.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But I would rather put the script into <a href="http://www.djangosnippets.org" rel="nofollow">http://www.djangosnippets.org</a>, because it will be deleted from dpaste when the time expires.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.nerdydork.com/django-accounts-on-subdomains.html/feed ) in 0.18152 seconds, on Feb 9th, 2012 at 2:31 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 3:31 am UTC -->
