<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cole Whitelaw&#187; Cardiff SEO &#8211; a set of posts about ranking for SEO in Cardiff</title>
	<atom:link href="http://colewhitelaw.com/category/cardiff-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://colewhitelaw.com</link>
	<description>Cole is Digital Marketing Manager for a publishing company and has broad experience of online marketing from a varied career.  Web geek, closet entrepreneur and general all round grammar pedant, he survives today to share the tales</description>
	<lastBuildDate>Fri, 15 Jan 2010 12:42:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cardiff SEO Update</title>
		<link>http://colewhitelaw.com/cardiff-seo/cardiff-seo-update/</link>
		<comments>http://colewhitelaw.com/cardiff-seo/cardiff-seo-update/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:38:17 +0000</pubDate>
		<dc:creator>Cole</dc:creator>
				<category><![CDATA[Cardiff SEO]]></category>

		<guid isPermaLink="false">http://colewhitelaw.com/cardiff-seo/cardiff-seo-update/</guid>
		<description><![CDATA[Cardiff SEO Update
Looks like I&#8217;ve been done &#8211; James is now ranking much higher than I am for his Bristol version of Cardiff SEO.
Here are the results as it stands for UK and US:
James &#8211; 7th, 6th
Cole &#8211; 13th, 15th
One day left, can I pull it out of the bag?
]]></description>
			<content:encoded><![CDATA[<h2><strong>Cardiff SEO Update</strong></h2>
<p>Looks like I&#8217;ve been done &#8211; James is now ranking much higher than I am for his Bristol version of <a href="http://colewhitelaw.com/cardiff-seo/easy-rank-cardiff-seo"title="Cardiff SEO" >Cardiff SEO</a>.</p>
<p>Here are the results as it stands for UK and US:</p>
<p>James &#8211; 7th, 6th</p>
<p>Cole &#8211; 13th, 15th</p>
<p>One day left, can I pull it out of the bag?</p>
]]></content:encoded>
			<wfw:commentRss>http://colewhitelaw.com/cardiff-seo/cardiff-seo-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forgot Django admin password? Reset it on the command line.</title>
		<link>http://colewhitelaw.com/cardiff-seo/forgot-django-admin-password-reset-command-line/</link>
		<comments>http://colewhitelaw.com/cardiff-seo/forgot-django-admin-password-reset-command-line/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:26:41 +0000</pubDate>
		<dc:creator>Cole</dc:creator>
				<category><![CDATA[Cardiff SEO]]></category>

		<guid isPermaLink="false">http://colewhitelaw.com/?p=149</guid>
		<description><![CDATA[Just a quick post.  Was just rerouting some of my django stuff so I can hang a test site that I was working on from a new domain and realised that I&#8217;d forgotten my admin password doh!
So instead of farting around hashing a replacement and putting it in the database I thought I&#8217;d have [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post.  Was just rerouting some of my django stuff so I can hang a test site that I was working on from a new domain and realised that I&#8217;d forgotten my admin password doh!</p>
<p>So instead of farting around hashing a replacement and putting it in the database I thought I&#8217;d have a go on the python command line, so here it is:<br />
<br />
<span id="more-149"></span><br />
<code><br />
&gt;&gt;&gt; from django.contrib.auth.models import User</code></p>
<p># Grab all users and output<code><br />
&gt;&gt;&gt; userlist = User.objects.all()<br />
&gt;&gt;&gt; userlist<br />
[&lt; User:yourusername &gt;]</code></p>
<p># Refer to your required user by index and set new password<br />
<code>&gt;&gt;&gt; userlist[0].set_password('newpasswd')</code></p>
<p># Then save it<br />
<code>&gt;&gt;&gt; userlist[0].save()</code></p>
<p>All done!</p>
]]></content:encoded>
			<wfw:commentRss>http://colewhitelaw.com/cardiff-seo/forgot-django-admin-password-reset-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
