<?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: from zope import django: persistence</title>
	<atom:link href="http://blog.mozilla.org/webdev/2010/08/30/from-zope-import-django-persistence/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/webdev/2010/08/30/from-zope-import-django-persistence/</link>
	<description>Engineering the web</description>
	<lastBuildDate>Fri, 17 May 2013 21:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://blog.mozilla.org/webdev/2010/08/30/from-zope-import-django-persistence/comment-page-1/#comment-213103</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Thu, 02 Sep 2010 04:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=1294#comment-213103</guid>
		<description><![CDATA[Check out South as a way to get database migrations within Django: it means you can change schema quickly, and migrate to or from these changes. Makes prototyping faster (no need to delete/recreate schemas).]]></description>
		<content:encoded><![CDATA[<p>Check out South as a way to get database migrations within Django: it means you can change schema quickly, and migrate to or from these changes. Makes prototyping faster (no need to delete/recreate schemas).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
