<?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: Customizing Django&#039;s Admin Templates and Media When Using the Built-In Development Web Server</title>
	<atom:link href="http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/</link>
	<description>Chris Scott's Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:46:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Roman</title>
		<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/comment-page-1/#comment-22522</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Thu, 13 May 2010 22:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1266#comment-22522</guid>
		<description>Good post. But if you try to change from step2:
ADMIN_MEDIA_PREFIX = &#039;http://127.0.0.1:8000/media/admin/&#039;
to ADMIN_MEDIA_PREFIX = &#039;/media/admin/&#039;

you would gived no media. Page on without css, js, images for it way.

I got it but documentation django recomended like: ADMIN_MEDIA_PREFIX = &#039;/media/admin/&#039;

Thanks</description>
		<content:encoded><![CDATA[<p>Good post. But if you try to change from step2:<br />
ADMIN_MEDIA_PREFIX = 'http://127.0.0.1:8000/media/admin/'<br />
to ADMIN_MEDIA_PREFIX = '/media/admin/'</p>
<p>you would gived no media. Page on without css, js, images for it way.</p>
<p>I got it but documentation django recomended like: ADMIN_MEDIA_PREFIX = '/media/admin/'</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/comment-page-1/#comment-20774</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 15 Jan 2010 04:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1266#comment-20774</guid>
		<description>This is brilliant, thanks so much. The one thing I didn&#039;t like in this solution was that you&#039;re hard-coding a full path in urls.py, which doesn&#039;t work across dev and production environments. To fix this I put this in local_settings.py:

LOCAL_GRAPPELLI_MEDIA = &#039;/path/to/grappelli/media&#039;

and then in urls.py:

{&#039;document_root&#039;: settings.LOCAL_GRAPPELLI_MEDIA}</description>
		<content:encoded><![CDATA[<p>This is brilliant, thanks so much. The one thing I didn't like in this solution was that you're hard-coding a full path in urls.py, which doesn't work across dev and production environments. To fix this I put this in local_settings.py:</p>
<p>LOCAL_GRAPPELLI_MEDIA = '/path/to/grappelli/media'</p>
<p>and then in urls.py:</p>
<p>{'document_root': settings.LOCAL_GRAPPELLI_MEDIA}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Scott</title>
		<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/comment-page-1/#comment-11867</link>
		<dc:creator>Chris Scott</dc:creator>
		<pubDate>Mon, 16 Mar 2009 12:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1266#comment-11867</guid>
		<description>@patrick: it looks like this will be possible in v1.6 of subversion according to &lt;a href=&quot;http://blogs.open.collab.net/svn/2009/03/sparse-directories-now-with-exclusion.html&quot; rel=&quot;nofollow&quot;&gt;this blog post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@patrick: it looks like this will be possible in v1.6 of subversion according to <a href="http://blogs.open.collab.net/svn/2009/03/sparse-directories-now-with-exclusion.html" rel="nofollow">this blog post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/comment-page-1/#comment-11856</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Sat, 14 Mar 2009 17:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1266#comment-11856</guid>
		<description>I&#039;ve been rethinking this issue lately. Although I´m no expert with using subversion, isn´t it possible to remove a directory (e.g. /media/) from future svn-updates? That´d ensure that django-updates won´t be broken when using Grappelli ... I&#039;ve just checked the subversion online-docs, but unfortunately I didn´t find an answer.</description>
		<content:encoded><![CDATA[<p>I've been rethinking this issue lately. Although I´m no expert with using subversion, isn´t it possible to remove a directory (e.g. /media/) from future svn-updates? That´d ensure that django-updates won´t be broken when using Grappelli &#8230; I've just checked the subversion online-docs, but unfortunately I didn´t find an answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phillc</title>
		<link>http://iamzed.com/2008/12/11/customizing-django-admin-templates-and-media/comment-page-1/#comment-11674</link>
		<dc:creator>phillc</dc:creator>
		<pubDate>Thu, 18 Dec 2008 17:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://iamzed.com/?p=1266#comment-11674</guid>
		<description>finally got it to work.

it is important to make it the last (or in my case, second) template directory listed... so that, in your regular template directory, you can override the shortcut/navigation html.</description>
		<content:encoded><![CDATA[<p>finally got it to work.</p>
<p>it is important to make it the last (or in my case, second) template directory listed&#8230; so that, in your regular template directory, you can override the shortcut/navigation html.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
