This is an exceedingly simple FAQ application for Django, which I wrote for Henry.
Articles
-
Simple FAQ application for Django
31 Dec 2006
-
Django Database Export, v.00001
04 Nov 2006
Here's something I wrote to export database contents from a django application into the Django database API format.
-
mnemosyne - a personal information wiki
19 Oct 2006
I've just released my personal wiki system mnemosyne to the public. It runs under Django, written in Python and I've released it under the BSD licence, check it out at http://mnemosyne.simon.net.nz
-
Django Middleware Games
27 Jul 2006
I was fascinated by Andrew Wooster's Fun With HTTP Headers post and I decided that Django should do something cool with its HTTP headers too. So, I banged these middlewares together to add a simple (and utterly useless) X-Djazzified-By and X-Now-Playing response header to all pages served by Django. Just a subtle way of showing your Django-fanship.