<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>Python and Django Stuff</title>
	<link>http://pythonanddjango.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 29 Mar 2006 12:55:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Closed site middleware</title>
		<description>	@login_required is great but it doesn&#8217;t close off your site, just a method.  I didn&#8217;t see anything in the docs for this so I wrote this middleware to close off my site to only authenticated users:
	
from django.contrib.auth.views import logout_then_login, login
	
class SiteLogin:
   \"\"\"
   do some authentication ...</description>
		<link>http://pythonanddjango.blogsome.com/2006/03/29/closed-site-middleware/</link>
	</item>
	<item>
		<title>Read the Django docs</title>
		<description>	I usually come at a new language or framework with something small to accomplish. I have some idea of how to accomplish it in my primary language or framework so I use that vernacular to find out how to do what I want in the new language or framework. I ...</description>
		<link>http://pythonanddjango.blogsome.com/2005/10/08/read-the-django-docs/</link>
	</item>
	<item>
		<title>Django and Zope/Plone</title>
		<description>	I have spent a lot of time with Django here of late. Some of them in a highly frustrated state. The difference, I believe, between Django and Zope/Plone (other than the obvious difference in purpose between the two) is that Plone gives you a lot out-of-the-box and in my experience, ...</description>
		<link>http://pythonanddjango.blogsome.com/2005/10/08/django-and-zopeplone/</link>
	</item>
	<item>
		<title>Using ObjectPaginator in Your Own View</title>
		<description>	This wasn&#8217;t obvious to me and there is likely an easier way to get this done but&#8230; you can add the paging of the admin screens to your main templates by utilizing the ObjectPaginator. The generic view provide this free of charge w/out having to do anything, but your own ...</description>
		<link>http://pythonanddjango.blogsome.com/2005/10/08/using-objectpaginator-in-your-own-view/</link>
	</item>
</channel>
</rss>
