Post #1597926
2026-04-22 14:32 UTC
🤔 I'm not sure why I never did this sooner, but I started adding a doctor.py script in almost all of my projects.
✨ This can be a Django management command, but commonly a Typer/Click sub-command which does a quick sanity/config check that everything is wired up.
🔥 It has saved me hours while troubleshooting dev and production environments over the last few weeks.
✅ I even noticed our ops starting to use it and post the output as proof of work, which saves everyone time.
Replies (1)
-
@nanorepublica@indiehackers.social 2026-04-22 14:41
@webology what does the script do?