Really simple 14-line tag for pulling RSS items into a Django template. Super-useful.
http://www.djangosnippets.org/snippets/311/
There are currently one comment on this entry.
You can also subscribe to an RSS feed of this link’s comments.
Thanks for the nod Jeff. I’ve read your blog for a while and you were one of the reasons I started using Django.
Until trunk gets multi-db support, I found this to be the easiest way to pull content from a pre-existing PHP blog on the same domain.
001 // Peter Baumgartner // 07.13.2007 // 2:53 PM
Thanks for the nod Jeff. I’ve read your blog for a while and you were one of the reasons I started using Django.
Until trunk gets multi-db support, I found this to be the easiest way to pull content from a pre-existing PHP blog on the same domain.