Projects
Most of my projects range from scratching personal itches, working on community projects and initiatives, and open source projects.
Active Projects
Days Until Late Night
This simple website solves the age-old-Kansas basketball of how many Days Until Late Night.
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 Packages
Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects.
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.
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.
Webology theme
My GitHub Pages (Jekyll) theme for hosting your own Linktree-inspired link page.
jefftriplett.com
My website is hosted on GitHub pages, has a custom theme that I built myself, and its source code is public on GitHub.
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.
GitHub Actions for Python
A sample GitHub Actions Workflow which shows how run, lint, and test Python code.
Is the Lead Safe?
My basketball at a glance website dedicated to answering the basic questions of “Is the Lead safe?” using a modified version of Bill James’ method.
Please note: the website only operating during the NCAA season.
Lawrence Trail Hawks Website
My local trail running club needed help with their website and this is a fully working Django website for “running” a running club complete with weekly runs and race events.
Personal goals made public
Since 2015, I have been sharing my personal goals on GitHub. Sometimes updated weekly.
markdownurl2print
Simple app to render a Markdown document into both a reader and printer friendly format.