<?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/"
				  >
<channel>
<title>NEVERFEAR (Post Comments)</title>
<link>http://neverfear.org</link>
<description><![CDATA[NEVERFEAR.org weblog feed for post comments]]></description>
<image><title>NEVERFEAR (Post Comments)</title>
<link>http://neverfear.org</link>
<url>http://neverfear.org/favicon.ico</url>
</image>
<language>en-uk</language>
<pubDate>Mon, 06 Apr 2026 07:59:14 +0000</pubDate>
<item>
<title>Comment on Serving Static Content With Django</title>
<link>http://neverfear.org/blog/view/133/Serving_Static_Content_With_Django/comments#comment_245</link>
<pubDate>Wed, 04 Jul 2012 21:17:06 +0000</pubDate>
<description><![CDATA[<p>Argh... there's a serious pitfall in your code (which costed me some time to find out): you should note that the parameter document_root in the 'urls' file shall be the MEDIA_ROOT and not a string as in your case.</p>
]]></description>
<author>LosWochos</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/133/Serving_Static_Content_With_Django/comments#comment_245</guid>
</item>
<item>
<title>Comment on Serving Static Content With Django</title>
<link>http://neverfear.org/blog/view/133/Serving_Static_Content_With_Django/comments#comment_244</link>
<pubDate>Wed, 04 Jul 2012 21:16:05 +0000</pubDate>
<description><![CDATA[<p>Argh theres a serious pitfall in your code (which costed me some time to find out): you should note that the parameter document_root in the 'urls' file shall be the MEDIA_ROOT and not a string as in your case.</p>
]]></description>
<author>LosWochos</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/133/Serving_Static_Content_With_Django/comments#comment_244</guid>
</item>
<item>
<title>Comment on Serving Static Content With Django</title>
<link>http://neverfear.org/blog/view/133/Serving_Static_Content_With_Django/comments#comment_212</link>
<pubDate>Thu, 11 Aug 2011 04:24:40 +0000</pubDate>
<description><![CDATA[<p>In this example, are you copying your entire Django project into your web server's document root? (not the greatest best practice)</p>

<p>Or are you keeping this project directory structure somewhere else on your production server, and only making a copy (or symlink) of the "/static" directory underneath your document root?</p>

<p>I'm a just little fuzzy on how the translation from MEDIA_ROOT to MEDIA_URL works out.  Can you please elaborate?</p>
]]></description>
<author>stevedperkins@yahoo.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/133/Serving_Static_Content_With_Django/comments#comment_212</guid>
</item>
</channel>
</rss>