<?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>David Cramer&#039;s Blog &#187; Jinja</title>
	<atom:link href="http://www.davidcramer.net/category/code/jinja-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Jinja2 and django-registration</title>
		<link>http://www.davidcramer.net/code/486/jinja2-and-django-registration.html</link>
		<comments>http://www.davidcramer.net/code/486/jinja2-and-django-registration.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:30:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Jinja]]></category>
		<category><![CDATA[coffin]]></category>
		<category><![CDATA[django-registration]]></category>
		<category><![CDATA[jinja]]></category>
		<category><![CDATA[jinja2]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=486</guid>
		<description><![CDATA[One of the many issues which one must overcome with Jinja2 is using it with 3rd party modules. A lot of these already have built-in views, and many have yet to realize the benefit of class-based views. Today, I&#8217;m going to explain how we approached this for DjangoSpot (GitHub) and django-registration. The goal, as always, [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/486/jinja2-and-django-registration.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using Jinja2 with Django (via Coffin)</title>
		<link>http://www.davidcramer.net/code/479/using-jinja2-with-django.html</link>
		<comments>http://www.davidcramer.net/code/479/using-jinja2-with-django.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 00:08:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Jinja]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=479</guid>
		<description><![CDATA[As an advocate of Jinja2 I figured it was about time I got on board the train. Up until now I had been using Jinja1 at work, and in most projects. The main reasoning behind this was there was no good connector. Now many might say that you don&#8217;t need a connector, you can just [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/479/using-jinja2-with-django.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Jinja: Refactoring Django Support</title>
		<link>http://www.davidcramer.net/code/173/jinja-refactoring-django-support.html</link>
		<comments>http://www.davidcramer.net/code/173/jinja-refactoring-django-support.html#comments</comments>
		<pubDate>Fri, 01 Aug 2008 10:46:09 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Jinja]]></category>
		<category><![CDATA[jinja]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[refactor]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=173</guid>
		<description><![CDATA[I&#8217;ve been annoyed for the last 6 months of using Jinja, as I&#8217;ve been working on numerous different Django projects, and I&#8217;ve had to use django-admin.py vs manage.py. The reason for this is simply, that in my settings.py I had used the djangosupport.configure() routine. I tried moving it to other locations, but they didn&#8217;t seem [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/173/jinja-refactoring-django-support.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
