<?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/"
	>

<channel>
	<title>EvereQ &#187; Django</title>
	<atom:link href="http://blog.evereq.com/blog/index.php/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evereq.com/blog</link>
	<description>Everything reQuired</description>
	<lastBuildDate>Sun, 11 Jul 2010 08:35:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tips and Tricks in Django on Windows 7</title>
		<link>http://blog.evereq.com/blog/index.php/2009/12/tips-and-tricks-in-django-on-windows-7/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/12/tips-and-tricks-in-django-on-windows-7/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:59:09 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[very]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=631</guid>
		<description><![CDATA[Some Tips and Tricks how to use Django on Windows 7 

Question (Q): Why Django build-in Web Server (development server) works VERY SLOWLY on Windows 7 ? And how to fix this?
 Answer (A): seems it&#8217;s all about DNS&#8230; To fix this just open C:\Windows\system32\drivers\etc\hosts file (in notepad for example) and uncomment (i.e. remove &#8220;#&#8221;) [...]]]></description>
			<content:encoded><![CDATA[<div><strong>Some Tips and Tricks how to use Django on Windows 7 </strong></div>
<ul>
<li><strong>Question </strong><strong>(Q):</strong> Why Django build-in Web Server (development server) works VERY SLOWLY on Windows 7 ? And how to fix this?<br />
<strong> Answer (A):</strong> seems it&#8217;s all about DNS&#8230; To fix this just open C:\Windows\system32\drivers\etc\hosts file (in notepad for example) and uncomment (i.e. remove &#8220;#&#8221;) in the following line: <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;">127.0.0.1 localhost</span></li>
</ul>
<ul>
<li>to be continue&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/12/tips-and-tricks-in-django-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Django Links</title>
		<link>http://blog.evereq.com/blog/index.php/2009/11/some-django-links/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/11/some-django-links/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 11:01:39 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[djangoproject]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=565</guid>
		<description><![CDATA[Some interesting Django related links:





- Django Project Home




http://www.djangosites.org &#8211; list of Django sites
http://pinaxproject.com &#8211; a platform for rapidly developing websites
http://cloud27.com &#8211; site that was build using Pinax
http://www.django-cms.org/ &#8211; Django CMS
http://code.google.com/p/django-tagging/ &#8211; A generic tagging application for Django projects, which allows association of a number of tags with anyModel instance and makes retrieval of tags simple.
http://djangopluggables.com/ [...]]]></description>
			<content:encoded><![CDATA[<p>Some interesting Django related links:<br />
<a href="http://www.djangoproject.com/"></a></p>
<table border="0">
<tbody>
<tr>
<td><img title="A Django project." src="http://media.djangoproject.com/img/badges/djangoproject120x25.gif" border="0" alt="A Django project." /></td>
<td>- Django Project Home</td>
</tr>
</tbody>
</table>
<ul>
<li><a href="http://www.djangosites.org" target="_blank">http://www.djangosites.org</a> &#8211; list of Django sites</li>
<li><a href="http://pinaxproject.com" target="_blank">http://pinaxproject.com</a> &#8211; a platform for rapidly developing websites</li>
<li><a href="http://cloud27.com/">http://cloud27.com</a> &#8211; site that was build using Pinax</li>
<li><a href="http://www.django-cms.org/">http://www.django-cms.org/</a> &#8211; Django CMS</li>
<li><a href="http://code.google.com/p/django-tagging/">http://code.google.com/p/django-tagging/</a> &#8211; A generic tagging application for Django projects, which allows association of a number of tags with any<tt>Model</tt> instance and makes retrieval of tags simple.</li>
<li><a href="http://djangopluggables.com/">http://djangopluggables.com/</a> &#8211; 3-rd party Django applications</li>
<li><a href="http://www.djangosnippets.org/">http://www.djangosnippets.org/</a> &#8211; useful &#8220;snippets&#8221; of reusable Django code</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/11/some-django-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
