Development environments should have an interface.
Every Django project quietly accumulates the same setup work — Redis, Celery, TLS certificates, environment encryption, static collection — until starting the app stops being `python manage.py runserver` and becomes a sequence only one developer remembers correctly. djangoplay-cli turns that sequence into a small set of intentional commands and orchestrates the rest through process boundaries, without ever importing the host application's Django internals.
pip install djangoplay-cli
dplay http
dplay ssl
dplay certs dplay ssl
dplay logs mailer --level ERROR
dplay system doctor
One command to start.
One interface to manage the environment.
One predictable development workflow · Less environment management, more engineering.