<?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: Remote debugging &#8211; debugging pesky server only bugs</title>
	<atom:link href="http://uswaretech.com/blog/2009/07/remote-debugging-debugging-pesky-server-only-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://uswaretech.com/blog/2009/07/remote-debugging-debugging-pesky-server-only-bugs/</link>
	<description>Building Amazing Webapps</description>
	<lastBuildDate>Wed, 10 Mar 2010 01:38:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SmileyChris</title>
		<link>http://uswaretech.com/blog/2009/07/remote-debugging-debugging-pesky-server-only-bugs/comment-page-1/#comment-1901</link>
		<dc:creator>SmileyChris</dc:creator>
		<pubDate>Sun, 05 Jul 2009 09:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=600#comment-1901</guid>
		<description>&lt;p&gt;Save some keystrokes, this works just as well:
&lt;code&gt;python manage.py runserver 0:8000&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;While we&#039;re on the topic of saving keystrokes, I use these aliases on all my machines:
&lt;code&gt;alias dj=&#039;python manage.py&#039;
alias djr=&#039;dj runserver&#039;&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Save some keystrokes, this works just as well:
<code>python manage.py runserver 0:8000</code></p>

<p>While we&#8217;re on the topic of saving keystrokes, I use these aliases on all my machines:
<code>alias dj='python manage.py'
alias djr='dj runserver'</code></p>]]></content:encoded>
	</item>
</channel>
</rss>
