<?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: Getting Started with South (Django Database Migrations)</title>
	<atom:link href="http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/</link>
	<description>Builder.</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:05:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gene</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-536</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Tue, 17 Jan 2012 18:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-536</guid>
		<description>Good write up, thanks.

You said, &quot;note: this is the last time you’ll run ‘syncdb’&quot;

I believe it&#039;s ok to rerun it though, in case you are using a release system, like fabric, and don&#039;t want to special case the initial syncdb.

./manage.py migrate will effectively a syncdb for you to pickup DB state for apps in your settings.py that are *NOT* South managed.  So, you indeed never need to run syncdb again.  But, you can.</description>
		<content:encoded><![CDATA[<p>Good write up, thanks.</p>
<p>You said, &#8220;note: this is the last time you’ll run ‘syncdb’&#8221;</p>
<p>I believe it&#8217;s ok to rerun it though, in case you are using a release system, like fabric, and don&#8217;t want to special case the initial syncdb.</p>
<p>./manage.py migrate will effectively a syncdb for you to pickup DB state for apps in your settings.py that are *NOT* South managed.  So, you indeed never need to run syncdb again.  But, you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-510</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 21 Nov 2011 13:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-510</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Chase</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-498</link>
		<dc:creator>John Chase</dc:creator>
		<pubDate>Thu, 03 Nov 2011 22:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-498</guid>
		<description>Probably just a editor auto correct, but &#039;auto&#039; and &#039;initial&#039; arguments should contain two dashes, not one; e.g. run ‘python manage.py schemamigration myapp --auto.</description>
		<content:encoded><![CDATA[<p>Probably just a editor auto correct, but &#8216;auto&#8217; and &#8216;initial&#8217; arguments should contain two dashes, not one; e.g. run ‘python manage.py schemamigration myapp &#8211;auto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vangel</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-209</link>
		<dc:creator>vangel</dc:creator>
		<pubDate>Thu, 20 Jan 2011 15:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-209</guid>
		<description>thanks mitch. really the docs were not clear on the steps. I had given up till i saw your post.

You have some good tips here, specific but usable. Any chance you can do a write up on how to use the multiple sites management in django?

thanks man</description>
		<content:encoded><![CDATA[<p>thanks mitch. really the docs were not clear on the steps. I had given up till i saw your post.</p>
<p>You have some good tips here, specific but usable. Any chance you can do a write up on how to use the multiple sites management in django?</p>
<p>thanks man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Mather &#187; Bookmarks for June 23rd through July 7th</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-24</link>
		<dc:creator>Josh Mather &#187; Bookmarks for June 23rd through July 7th</dc:creator>
		<pubDate>Wed, 07 Jul 2010 15:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-24</guid>
		<description>[...] Getting Started with South (Django Database Migrations)&#160;&#124;&#160;Mitch Fournier - [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting Started with South (Django Database Migrations)&nbsp;|&nbsp;Mitch Fournier &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Started with virtualenv (Isolated Python Environments)&#160;&#124;&#160;Mitch Fournier</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-16</link>
		<dc:creator>Getting Started with virtualenv (Isolated Python Environments)&#160;&#124;&#160;Mitch Fournier</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-16</guid>
		<description>[...] put off using for too long. Looking back, it is so easy to get up and running (just like South was, see below) that there is no reason for you to hold off like I [...]</description>
		<content:encoded><![CDATA[<p>[...] put off using for too long. Looking back, it is so easy to get up and running (just like South was, see below) that there is no reason for you to hold off like I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-14</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-14</guid>
		<description>Those should be two hyphens preceding the &quot;initial&quot; switch, not two dashes.  A dash is longer than a hyphen.  There&#039;s no dash in ASCII, so traditionally, the dash is represented by two hyphens.  See the documentation for Python&#039;s &lt;a href=&quot;http://docs.python.org/library/getopt.html&quot; rel=&quot;nofollow&quot;&gt;getopt module&lt;/a&gt; for more about command line argument processing in Python.</description>
		<content:encoded><![CDATA[<p>Those should be two hyphens preceding the &#8220;initial&#8221; switch, not two dashes.  A dash is longer than a hyphen.  There&#8217;s no dash in ASCII, so traditionally, the dash is represented by two hyphens.  See the documentation for Python&#8217;s <a href="http://docs.python.org/library/getopt.html">getopt module</a> for more about command line argument processing in Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John DeRosa</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-12</link>
		<dc:creator>John DeRosa</dc:creator>
		<pubDate>Thu, 24 Jun 2010 16:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-12</guid>
		<description>I&#039;ve been hesitant to try South, preferring instead to write my own SQL scripts for migration. Thanks for making the water seem less intimidating. I&#039;m going to give it a go at work.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been hesitant to try South, preferring instead to write my own SQL scripts for migration. Thanks for making the water seem less intimidating. I&#8217;m going to give it a go at work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-10</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-10</guid>
		<description>A few months ago the documentation of South was ugly, but then it was refactored and now it&#039;s pretty simple and understandable - http://south.aeracode.org/docs/. 
It has also enough amount of examples, so there isn&#039;t real need to explain how to work with South on other sources.
Thanks for function mig(), but autocomplete in Django 1.2 rules too :)</description>
		<content:encoded><![CDATA[<p>A few months ago the documentation of South was ugly, but then it was refactored and now it&#8217;s pretty simple and understandable &#8211; <a href="http://south.aeracode.org/docs/">http://south.aeracode.org/docs/</a>.<br />
It has also enough amount of examples, so there isn&#8217;t real need to explain how to work with South on other sources.<br />
Thanks for function mig(), but autocomplete in Django 1.2 rules too <img src='http://mitchfournier.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://mitchfournier.com/2010/06/23/getting-started-with-south-django-database-migrations/comment-page-1/#comment-9</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Wed, 23 Jun 2010 07:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://mitchfournier.com/?p=25#comment-9</guid>
		<description>Thank you for this! I think the documentation is somewhat vague on this subject. Nice to see it explained so easy.</description>
		<content:encoded><![CDATA[<p>Thank you for this! I think the documentation is somewhat vague on this subject. Nice to see it explained so easy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

