<?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"
	>
<channel>
	<title>Comments on: Small Django tips from one newbie to another</title>
	<atom:link href="http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/</link>
	<description></description>
	<pubDate>Sun, 07 Sep 2008 00:54:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jonathan</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-37776</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Mon, 14 Jul 2008 01:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-37776</guid>
		<description>Thanks for the post. You pointed to links on the information I was looking for. Testing is important to me.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. You pointed to links on the information I was looking for. Testing is important to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marty</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-36316</link>
		<dc:creator>marty</dc:creator>
		<pubDate>Sat, 21 Jun 2008 23:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-36316</guid>
		<description>I was looking to start off with TDD as well to learn django properly. Thanks for this blog entry :) 

On this though:
# 1) trash the old table definitions
python manage.py sqlclear application_name &#124; mysql -uusername -ppassword site_name

I found I can use python manage.py reset [--interactive][appname ...]
It seems to be doing the same thing</description>
		<content:encoded><![CDATA[<p>I was looking to start off with TDD as well to learn django properly. Thanks for this blog entry <img src='http://www.stonemind.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On this though:<br />
# 1) trash the old table definitions<br />
python manage.py sqlclear application_name | mysql -uusername -ppassword site_name</p>
<p>I found I can use python manage.py reset [--interactive][appname ...]<br />
It seems to be doing the same thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-15308</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 07 Nov 2007 18:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-15308</guid>
		<description>Just learning Django and working with the models... strongly encourages me to learn TDD. This is a great start. Many thanks!</description>
		<content:encoded><![CDATA[<p>Just learning Django and working with the models&#8230; strongly encourages me to learn TDD. This is a great start. Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-9930</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 06 Sep 2007 10:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-9930</guid>
		<description>I'm glad you find it informative, and thank you for taking the time to say so.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you find it informative, and thank you for taking the time to say so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teresa</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-9911</link>
		<dc:creator>Teresa</dc:creator>
		<pubDate>Thu, 06 Sep 2007 04:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-9911</guid>
		<description>Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!5</description>
		<content:encoded><![CDATA[<p>Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Upadhyay</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-187</link>
		<dc:creator>Amit Upadhyay</dc:creator>
		<pubDate>Tue, 13 Mar 2007 06:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-187</guid>
		<description>There is an option dbshell in manage.py. It will read the databasename/password etc from settings.py, and open default shell for whatever db you have set.</description>
		<content:encoded><![CDATA[<p>There is an option dbshell in manage.py. It will read the databasename/password etc from settings.py, and open default shell for whatever db you have set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Django User &#187; Helpful tips for newbies</title>
		<link>http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-4</link>
		<dc:creator>Django User &#187; Helpful tips for newbies</dc:creator>
		<pubDate>Fri, 12 Jan 2007 17:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stonemind.net/blog/2007/01/12/small-django-tips-from-one-newbie-to-another/#comment-4</guid>
		<description>[...] I stumbled across this post by stone mind that contained a number of helpful tips for those of us just getting started with Django. There&#8217;s also a bunch of links to some great resources too. Check it out. [...]</description>
		<content:encoded><![CDATA[<p>[...] I stumbled across this post by stone mind that contained a number of helpful tips for those of us just getting started with Django. There&#8217;s also a bunch of links to some great resources too. Check it out. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
