David Avraamides Code and other geekery

Posts tagged django

Getting Things Done, Django-style: Part 3

Update: I no longer have this project in my Subversion repository but have archived the project which you can download here. Note that this was written against Django 0.96 and a number of things have changed such as validators and manipulators (some assembly required). Its been a while since I wrote part 2 ...

Getting Things Done, Django-style: Part 2

Update: I no longer have this project in my Subversion repository but have archived the project which you can download here. Note that this was written against Django 0.96 and a number of things have changed such as validators and manipulators (some assembly required). In the first part of this series I discussed ...

Getting Things Done, Django-style: Part 1

Update: I no longer have this project in my Subversion repository but have archived the project which you can download here. Note that this was written against Django 0.96 and a number of things have changed such as validators and manipulators (some assembly required). I got interested in GTD a few months ago, ...

Page Stats Middleware

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 ...

Yet Another Django Blog

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. I've recently cutover from WordPress to a new blog which I developed using Django. I've been using Django at work for the past month and as I've gotten ...