<?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: Resetting Django Admin Password</title>
	<atom:link href="http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password</link>
	<description>Thoughts without walls</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:49:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: PK</title>
		<link>http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password/comment-page-1#comment-2908</link>
		<dc:creator>PK</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password#comment-2908</guid>
		<description>Igor,

Yes the new createsuperuser django admin command is the way to go. This post was written many years ago when that was not available!</description>
		<content:encoded><![CDATA[<p>Igor,</p>
<p>Yes the new createsuperuser django admin command is the way to go. This post was written many years ago when that was not available!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Pomaranskiy</title>
		<link>http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password/comment-page-1#comment-2906</link>
		<dc:creator>Igor Pomaranskiy</dc:creator>
		<pubDate>Tue, 06 Dec 2011 06:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password#comment-2906</guid>
		<description>Good advise from stackoverflow:

python manage.py createsuperuser

You will be asked for login/password of new account with superuser privileges. Then you can login with given credentials and do anything you want via admin interface.</description>
		<content:encoded><![CDATA[<p>Good advise from stackoverflow:</p>
<p>python manage.py createsuperuser</p>
<p>You will be asked for login/password of new account with superuser privileges. Then you can login with given credentials and do anything you want via admin interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password/comment-page-1#comment-2574</link>
		<dc:creator>max</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password#comment-2574</guid>
		<description>Might work, but so far I notice that I need to pip

django-extensions

due to a name change.</description>
		<content:encoded><![CDATA[<p>Might work, but so far I notice that I need to pip</p>
<p>django-extensions</p>
<p>due to a name change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Empty</title>
		<link>http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password/comment-page-1#comment-170</link>
		<dc:creator>Empty</dc:creator>
		<pubDate>Sun, 10 Aug 2008 21:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkshiu.com/loft/archive/2008/08/resetting-django-admin-password#comment-170</guid>
		<description>If you&#039;re using Django Command Extensions (http://code.google.com/p/django-command-extensions/) you can just use the passwd management command.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using Django Command Extensions (<a href="http://code.google.com/p/django-command-extensions/" rel="nofollow">http://code.google.com/p/django-command-extensions/</a>) you can just use the passwd management command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

