django
Page Stats Middleware
Monday July 03, 2006 - Filed in: Programming
Some websites have a nice feature where they will show you a summary of the performance metrics measured during the generation of a page. I thought this would be a nice feature for some Django-based web applications I was developing at work. When a page takes a while to render, I like to quickly diagnose where the problem might be.
Read More...
|
Yet Another Django Blog
Thursday May 11, 2006 - Filed in: Programming
To help me learn Django, I decided to build a blog. It was surprisingly easy. This article walks through my initial version of the site.
Read More...