<?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: Scrubbing your Django database</title>
	<atom:link href="http://blog.mozilla.org/webdev/2011/11/18/scrubbing-your-django-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/webdev/2011/11/18/scrubbing-your-django-database/</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: Luke Plant</title>
		<link>http://blog.mozilla.org/webdev/2011/11/18/scrubbing-your-django-database/comment-page-1/#comment-219224</link>
		<dc:creator>Luke Plant</dc:creator>
		<pubDate>Sat, 19 Nov 2011 22:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2206#comment-219224</guid>
		<description><![CDATA[For anonymizing, there is also this package: http://pypi.python.org/pypi/django-anonymizer

Instead of a YAML config file it uses some Python classes, but it will create these for you, introspecting the Django models and guessing what &#039;randomizer&#039; to use. Appropriate subclassing can be used for more customization of the behaviour.

It is only suitable if you&#039;ve already trimmed down your DB to a suitable size, however, as it doesn&#039;t do any trimming of the DB at the moment.]]></description>
		<content:encoded><![CDATA[<p>For anonymizing, there is also this package: <a href="http://pypi.python.org/pypi/django-anonymizer" rel="nofollow">http://pypi.python.org/pypi/django-anonymizer</a></p>
<p>Instead of a YAML config file it uses some Python classes, but it will create these for you, introspecting the Django models and guessing what &#8216;randomizer&#8217; to use. Appropriate subclassing can be used for more customization of the behaviour.</p>
<p>It is only suitable if you&#8217;ve already trimmed down your DB to a suitable size, however, as it doesn&#8217;t do any trimming of the DB at the moment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
