Django

A minimal Django application

September 18, 2024 django, python

I wanted to put together a single-file Django application, which could still do ‘useful’ work; that is, define models, operate on them, …