Projects

Most of my projects range from scratching personal itches, working on community projects and initiatives, and open source projects.

Active Projects

Django Job Board

The latest Django jobs. Previously called “Django News Jobs” until we bought a new domain name and rebranded in late 2025.

Django Template Tags and Filters

A reference website documenting Django’s 58 built-in template filters and 30 built-in template tags. Organized by category for easy discovery, it provides an intuitive alternative to the official Django documentation. Will Vincent and I took over maintenance in mid-2025.

Django Webring

A community directory that connects Django-related websites in a circular linking structure. Each site links to the previous and next, helping visitors discover related content and foster community connections across the Django ecosystem.

DjangoTV

Django TV - The premier destination for Python and Django videos and events.

Dotfiles

My personal dotfiles which are managed using Bash and Ansible.

Upgrade Django

A resource hub for Django version tracking and upgrade guidance. Displays currently supported releases, LTS versions, and end-of-life dates to help developers keep their Django applications secure and up to date.

python-github-actions-matrix-demo

This repository is an example of how to use GitHub Actions Matrix feature.

Our demo installs Python versions 2.7, 3.5, 3.6, 3.7, and 3.8 and installed Django versions 1.11, 2.0, 2.1, 2.2, and 3.0 and uses the matrix feature to only install Django into Python versions which are supported.

Archived Projects

Django Proxy

Rewrote Django Proxy. A reusable django application to create a proxy object for your models. Intended to aggregate various content types into a model for reuse.

230+ more projects on GitHub