Automating Django application configuration

A novel way to configure a Django application with a single CLI command, withouwt editing project files directly
Automating Django application configuration: an in-depth view

What’s AST? How django-app-enabler works? A detailed step-by-step guide at the inner working details of django-app-enabler and how it applies AST to manipulate a django project configuration
Cleaning up you test suite with pytest parametrize

Some notes regarding pytest.mark.parametrize, a feature that can change the way you plan your tests
TIL - 🧹 unimport linter formatter
what if you (like me) don’t like to clean up your code while in the zone, but you value a linted and well formatted codebase?
TIL - 🎁 Extracting modules provided by installed package
How do I get at runtime the list of modules installed by package? Use setuptools, Luke!