django-planet
March 23, 2024

Django: Write-up on optimizing the system check framework

published by Adam Johnson
in blog Adam Johnson
original entry Django: Write-up on optimizing the system check framework

Django’s system check framework provides fantastic protection for configuration mishaps. It’s like a targeted linter that runs when you start Django commands. It takes advantage of runtime setup to inspect the true state rather than infer it from the source.

I love the system check framework: I have …