<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Where's my hat?!</title>
	<atom:link href="http://confusedgremlin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://confusedgremlin.wordpress.com</link>
	<description>Random musings of a demonic entity</description>
	<lastBuildDate>Sun, 08 Jan 2012 04:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='confusedgremlin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Where's my hat?!</title>
		<link>http://confusedgremlin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://confusedgremlin.wordpress.com/osd.xml" title="Where&#039;s my hat?!" />
	<atom:link rel='hub' href='http://confusedgremlin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A very django meandering</title>
		<link>http://confusedgremlin.wordpress.com/2012/01/07/a-very-django-meandering/</link>
		<comments>http://confusedgremlin.wordpress.com/2012/01/07/a-very-django-meandering/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 03:23:00 +0000</pubDate>
		<dc:creator>Blue Minnow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[lightbird]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://confusedgremlin.wordpress.com/?p=27</guid>
		<description><![CDATA[I&#8217;m currently trying to get http://www.lightbird.net/dbe/photo.html this tutorial to work.  I&#8217;ve succeeded in getting the basics to display, except for the images!  Which of course is a bit silly, since that is the whole point of the tutorial.  So far I&#8217;ve discovered that firefox seems to like things being served in html as file://localhost/[your local [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=confusedgremlin.wordpress.com&amp;blog=1123656&amp;post=27&amp;subd=confusedgremlin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently trying to get http://www.lightbird.net/dbe/photo.html this tutorial to work.  I&#8217;ve succeeded in getting the basics to display, except for the images!  Which of course is a bit silly, since that is the whole point of the tutorial.  So far I&#8217;ve discovered that firefox seems to like things being served in html as file://localhost/[your local location of file] but I understand that this is bad coding practice; it is far better to keep paths relative.</p>
<p>Even so, when I tried to directly reference an image in django I found that the html parsed correctly in firefox, even that which was generated, but did not on the django server!  This has caused me some puzzlement.  Currently I am investigating the suggestion (at the original page) and also backed up by a comment (with zero upvotes) at stackoverflow here: http://stackoverflow.com/questions/2443752/django-display-image-in-admin-interface in order to see if modification of the base admin template might work.</p>
<p>My development environment is eclipse.</p>
<p>UPDATE: Turns out that the problem was with my urls.py file.</p>
<p>#urls.py&#8230;..</p>
<p>#&#8230; import statements&#8230;</p>
<p>from tutorial3_lightbird.settings import MEDIA_ROOT</p>
<p>urlpatterns = patterns(&#8221;,<br />
#&#8230; ,<br />
(r&#8217;^media/(?P&lt;path&gt;.*)$&#8217;, &#8216;django.views.static.serve&#8217;,{&#8216;document_root&#8217;: MEDIA_ROOT}),<br />
)</p>
<p>Turns out that I was using the MEDIA_URL value from settings.py before.  Rookie mistake.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/confusedgremlin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/confusedgremlin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/confusedgremlin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/confusedgremlin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/confusedgremlin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/confusedgremlin.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/confusedgremlin.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/confusedgremlin.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=confusedgremlin.wordpress.com&amp;blog=1123656&amp;post=27&amp;subd=confusedgremlin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://confusedgremlin.wordpress.com/2012/01/07/a-very-django-meandering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee67ce8f823fcad46c6cca7e12a71aef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">confusedgremlin</media:title>
		</media:content>
	</item>
		<item>
		<title>There&#8217;s my hat!</title>
		<link>http://confusedgremlin.wordpress.com/2007/06/06/theres-my-hat/</link>
		<comments>http://confusedgremlin.wordpress.com/2007/06/06/theres-my-hat/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 23:26:26 +0000</pubDate>
		<dc:creator>Blue Minnow</dc:creator>
				<category><![CDATA[Adventuring]]></category>

		<guid isPermaLink="false">http://confusedgremlin.wordpress.com/2007/06/06/theres-my-hat/</guid>
		<description><![CDATA[It was a close call, there.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=confusedgremlin.wordpress.com&amp;blog=1123656&amp;post=8&amp;subd=confusedgremlin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It was a <a href="http://www.youtube.com/watch?v=PeZ2spFB_a4">close call</a>, there.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/confusedgremlin.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/confusedgremlin.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/confusedgremlin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/confusedgremlin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/confusedgremlin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/confusedgremlin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/confusedgremlin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/confusedgremlin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/confusedgremlin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/confusedgremlin.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=confusedgremlin.wordpress.com&amp;blog=1123656&amp;post=8&amp;subd=confusedgremlin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://confusedgremlin.wordpress.com/2007/06/06/theres-my-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee67ce8f823fcad46c6cca7e12a71aef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">confusedgremlin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
