<?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: Chapter 7 in &#8220;Python Web Development with Django&#8221; &#8211; some notes</title>
	<atom:link href="http://grx.no/kb/2009/03/08/chapter-7-in-python-web-development-with-django-some-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://grx.no/kb/2009/03/08/chapter-7-in-python-web-development-with-django-some-notes/</link>
	<description>personal knowledgebase</description>
	<lastBuildDate>Wed, 29 Jun 2011 07:20:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hgrimelid</title>
		<link>http://grx.no/kb/2009/03/08/chapter-7-in-python-web-development-with-django-some-notes/comment-page-1/#comment-288</link>
		<dc:creator>hgrimelid</dc:creator>
		<pubDate>Mon, 17 Jan 2011 20:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://grx.no/kb/?p=103#comment-288</guid>
		<description>Thanks for adding this!</description>
		<content:encoded><![CDATA[<p>Thanks for adding this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksei</title>
		<link>http://grx.no/kb/2009/03/08/chapter-7-in-python-web-development-with-django-some-notes/comment-page-1/#comment-287</link>
		<dc:creator>Aleksei</dc:creator>
		<pubDate>Mon, 17 Jan 2011 17:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://grx.no/kb/?p=103#comment-287</guid>
		<description>Good day! I have made this lesson on Windows XP with mode WSGI. And have faced with similar problem about item_details.html and photos_details.html. I could not saw any photos too.
Corrected two templates mentioned above and everything were OK and it was all.
Directory at apache2.2 was:
[code]

	ServerName ...
	ServerRoot &quot;C:/Server/...&quot;
	DocumentRoot &quot;C:/Server/.../www/gallery&quot;
	AliasMatch /([^/]*(\.thumb)?\.(jpg&#124;JPG&#124;png&#124;gif)) C:/.../www/gallery/media/photos/$1
	WSGIScriptAlias / &quot;C:/.../www/gallery/django.wsgi&quot;
        	Alias /gallery/media/admin/ &quot;C:/Server/Python26/Lib/site-packages/django/contrib/admin/media/&quot;
	
		SetHandler None
	
	ErrorLog &quot;C:/Server/.../logs/error.log&quot;
	CustomLog &quot;C:/Server/.../logs/access.log&quot; common

[/code]</description>
		<content:encoded><![CDATA[<p>Good day! I have made this lesson on Windows XP with mode WSGI. And have faced with similar problem about item_details.html and photos_details.html. I could not saw any photos too.<br />
Corrected two templates mentioned above and everything were OK and it was all.<br />
Directory at apache2.2 was:<br />
[code]</p>
<p>	ServerName ...<br />
	ServerRoot "C:/Server/..."<br />
	DocumentRoot "C:/Server/.../www/gallery"<br />
	AliasMatch /([^/]*(\.thumb)?\.(jpg|JPG|png|gif)) C:/.../www/gallery/media/photos/$1<br />
	WSGIScriptAlias / "C:/.../www/gallery/django.wsgi"<br />
        	Alias /gallery/media/admin/ "C:/Server/Python26/Lib/site-packages/django/contrib/admin/media/"</p>
<p>		SetHandler None</p>
<p>	ErrorLog "C:/Server/.../logs/error.log"<br />
	CustomLog "C:/Server/.../logs/access.log" common</p>
<p>[/code]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

