Version history for every DjangoPlay app — pick one to see what changed and when. Looking for what’s coming next? Explore the latest roadmap and upcoming releases?
A complete local development environment manager for DjangoPlay — orchestrating environment preparation, services, SSL, application logs, and development servers through a single CLI.
development startup now coordinates environment encryption, Redis, static files, SSL certificates, Celery, browser launch, and Django, replacing a sequence of manual setup steps with one workflow.
HTTP and HTTPS development are promoted to direct `dplay http` and `dplay ssl` commands, with `dplay certs` providing dedicated certificate management.
generates and trusts local development certificates across macOS, Linux, and WSL, with explicit subdomain SAN support and browser-compatible localhost certificates.
`dplay dev logs` provides live application log streaming with application selection, historical lines, log-level filtering, and follow/no-follow modes.
server protocol, ports, URLs, and additional subdomains are derived from `~/.dplay/config.yaml`, removing reliance on hard-coded development settings.
Celery worker and beat processes are restarted, monitored, and launched with the correct project environment as part of development startup.
environment, Redis, static files, SSL, browser, logging, and process management are separated into focused utilities, while the CLI remains independent of Django internals and communicates with the host application through subprocesses.
existing server sessions are handled cleanly, SSL failures provide actionable feedback, certificate paths are easier to work with, and the repository structure evolves from `backend` to `webapp`.