Django Deployment Test Loop
Make Django deployment changes test-driven across Docker, production settings, Gunicorn, WhiteNoise/static files, environment variables, Ansible/server setup, staging smoke tests, and release checks. Use when containerizing Django, preparing production config, debugging staging, automating deploys, or deciding what deployment behavior functional tests should verify.
Djangov0.1.0MITdjangotdddeploymentdockeransible
Install
npx skills add LVTD-LLC/skills --skill django-deployment-test-loopFrom `SKILL.md`
Use this skill when deployment work should be proven by running the app in an environment closer to production. The goal is not to test Docker or Ansible for their own sake; it is to catch integration failures that ordinary dev-server tests miss.