A minimum Python port of Node.js's concurrently
.
pipx install git+https://github.com/Xdynix/concurrently.py.git
concurrentlypy "python3 manage.py runserver" "python3 manage.py runworker"
Prerequisite: PDM
Environment setup: pdm sync
Run linters: pdm lint