Fully Django Powered
Posted at 7:07 a.m. on December 13, 2007

This site is now fully Django powered! I just finished moving my photo album over to my custom Django version. That was the only remaining PHP part of the site, so now it's all Django baby.

Django powered
Posted at 10:27 p.m. on October 17, 2007

This blog is now Django powered. Now I just have to come up with something interesting to write. Uh oh.

Sorry for how ugly it is too, I'm not exactly a designer.

This post is mostly a test.

First timer
Posted at 4:48 p.m. on August 20, 2005

I made my first ever contributions to an open source project yesterday and today. The project is Django, a newly released web framework for Python. Yesterday I stuck my toe in the water with an addition to a wiki describing how I accomplished something. Then today I took the full plunge and submtited a ticket complete with patch that solves a minor annoyance I've been having.

[edit: Looking back over this post while porting to my new blog. The wiki addition was a totally stupid (insecure) idea - partly because I only needed it for an internal app. The ticket got closed as "wontfix", but I looked around for that piece of code in the current django, and the exact same thing is in there. Heh.]