<?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: Mobile App on Subdomain with Django</title>
	<atom:link href="http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.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: nerdydork</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7715</link>
		<dc:creator>nerdydork</dc:creator>
		<pubDate>Wed, 08 Jun 2011 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7715</guid>
		<description>The result: https://m.inzolo.com</description>
		<content:encoded><![CDATA[<p>The result: <a href="https://m.inzolo.com" rel="nofollow">https://m.inzolo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nerdydork</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7716</link>
		<dc:creator>nerdydork</dc:creator>
		<pubDate>Wed, 08 Jun 2011 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7716</guid>
		<description>The result: https://m.inzolo.com</description>
		<content:encoded><![CDATA[<p>The result: <a href="https://m.inzolo.com" rel="nofollow">https://m.inzolo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derschreckliche</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7273</link>
		<dc:creator>derschreckliche</dc:creator>
		<pubDate>Sat, 12 Feb 2011 20:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7273</guid>
		<description>Hey Dustin,
thx for the great article.
Just wanted to point out, that the approach is not limited to a mobile version and is can be applied to serve ANY site using completely different settings on a subdomain.

So you can make activate/deactivate some apps on the different subdomains.
For example you could deactivate the admin-interface on your main domain and have an admin subdomain with the admin activated (and maybe only admin urls in admin_urls.py).</description>
		<content:encoded><![CDATA[<p>Hey Dustin,<br />
thx for the great article.<br />
Just wanted to point out, that the approach is not limited to a mobile version and is can be applied to serve ANY site using completely different settings on a subdomain.</p>
<p>So you can make activate/deactivate some apps on the different subdomains.<br />
For example you could deactivate the admin-interface on your main domain and have an admin subdomain with the admin activated (and maybe only admin urls in admin_urls.py).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: led strips</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7143</link>
		<dc:creator>led strips</dc:creator>
		<pubDate>Sat, 06 Nov 2010 07:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7143</guid>
		<description>Since I am using mod_wsgi, I can create an alternate settings file for my mobile sub-domains, does anybody how to solve this problem</description>
		<content:encoded><![CDATA[<p>Since I am using mod_wsgi, I can create an alternate settings file for my mobile sub-domains, does anybody how to solve this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7121</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 05 Oct 2010 14:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7121</guid>
		<description>Dustin - thanks for sharing your solution. Right now I&#039;m sharing all the same templates/views between my sites. Your approach provides a nice migration path on the way to fully separated sites (to which some sites will never go).

I&#039;ll be using your approach along with a modified version of django-minidetector to support my domain and mobile subdomain:
http://tech.agilitynerd.com/conditional-mobile-web-site-redirect-in-djang

Thanks</description>
		<content:encoded><![CDATA[<p>Dustin &#8211; thanks for sharing your solution. Right now I&#8217;m sharing all the same templates/views between my sites. Your approach provides a nice migration path on the way to fully separated sites (to which some sites will never go).</p>
<p>I&#8217;ll be using your approach along with a modified version of django-minidetector to support my domain and mobile subdomain:<br />
<a href="http://tech.agilitynerd.com/conditional-mobile-web-site-redirect-in-djang" rel="nofollow">http://tech.agilitynerd.com/conditional-mobile-web-site-redirect-in-djang</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apps development</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7112</link>
		<dc:creator>apps development</dc:creator>
		<pubDate>Fri, 01 Oct 2010 03:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7112</guid>
		<description>Another mobile version setting will made and it really gives a highly appraisal on advance technology now a days. Thanks for the info and I will keep in touch to this post for another useful tips that I will be gather.</description>
		<content:encoded><![CDATA[<p>Another mobile version setting will made and it really gives a highly appraisal on advance technology now a days. Thanks for the info and I will keep in touch to this post for another useful tips that I will be gather.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dadokkio</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-7031</link>
		<dc:creator>dadokkio</dc:creator>
		<pubDate>Fri, 25 Jun 2010 21:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-7031</guid>
		<description>Hi, my question could be very simple but I didn&#039;t found answer.

&quot;Since I am using mod_wsgi, I can create an alternate settings file for my mobile sub-domains&quot;

can someone explain how to do it?
I just migrated my website to webfaction, the desktop part work quite well while the mobile one give me some troubles.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, my question could be very simple but I didn&#8217;t found answer.</p>
<p>&#8220;Since I am using mod_wsgi, I can create an alternate settings file for my mobile sub-domains&#8221;</p>
<p>can someone explain how to do it?<br />
I just migrated my website to webfaction, the desktop part work quite well while the mobile one give me some troubles.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yangın dolabı</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-6843</link>
		<dc:creator>yangın dolabı</dc:creator>
		<pubDate>Mon, 03 May 2010 09:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-6843</guid>
		<description>BTW, I like the dumbed down concept and not using the other templates. It seems like that would cut some overhead and end up with a lot better looking mobile version. I don’t use Django on any of my projects, but I have a few that need a mobile version…</description>
		<content:encoded><![CDATA[<p>BTW, I like the dumbed down concept and not using the other templates. It seems like that would cut some overhead and end up with a lot better looking mobile version. I don’t use Django on any of my projects, but I have a few that need a mobile version…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-6728</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-6728</guid>
		<description>Having an active IRC channel is always a plus, as it really can make a lot of difference to get some real time help.

BTW, I like the dumbed down concept and not using the other templates. It seems like that would cut some overhead and end up with a lot better looking mobile version. I don&#039;t use Django on any of my projects, but I have a few that need a mobile version...</description>
		<content:encoded><![CDATA[<p>Having an active IRC channel is always a plus, as it really can make a lot of difference to get some real time help.</p>
<p>BTW, I like the dumbed down concept and not using the other templates. It seems like that would cut some overhead and end up with a lot better looking mobile version. I don&#8217;t use Django on any of my projects, but I have a few that need a mobile version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html/comment-page-1#comment-6710</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=639#comment-6710</guid>
		<description>@Henrique: I didn&#039;t want to mess with a middleware solution (I actually wrote sub-domain middleware that is posted in djangosnippets) mainly because I didn&#039;t want to mess with setting up hosts in my test environment. I prefer to call the run server command for testing because on any given day I could be working on my app on a Ubuntu box, my Macbook Pro, or my Windows 7 box. I&#039;m just too lazy to set up such a development environment in each.

@dryan: There are various options documented on the Internet on how to serve up the same views but modified for a mobile platform, but as I mentioned in the post, my mobile app is a different (dumbed down) app altogether. I didn&#039;t want to use any of my views or templates from the original site, although this solution leaves to door open to do so.</description>
		<content:encoded><![CDATA[<p>@Henrique: I didn&#8217;t want to mess with a middleware solution (I actually wrote sub-domain middleware that is posted in djangosnippets) mainly because I didn&#8217;t want to mess with setting up hosts in my test environment. I prefer to call the run server command for testing because on any given day I could be working on my app on a Ubuntu box, my Macbook Pro, or my Windows 7 box. I&#8217;m just too lazy to set up such a development environment in each.</p>
<p>@dryan: There are various options documented on the Internet on how to serve up the same views but modified for a mobile platform, but as I mentioned in the post, my mobile app is a different (dumbed down) app altogether. I didn&#8217;t want to use any of my views or templates from the original site, although this solution leaves to door open to do so.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.nerdydork.com/mobile-app-on-subdomain-with-django.html/feed ) in 0.25546 seconds, on Feb 9th, 2012 at 2:45 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 3:45 am UTC -->
