When installing Python packages, use uv instead of pip.
Wrong:
pip install djangorestframeworkRight:
uv add djangorestframeworkRun Django commands with uv run:
uv run python manage.py migrate
uv run python manage.py testDatamailer currently has only a sandbox deployment. There is no Datamailer production environment, so do not describe current work as production deploys or production operations. Production-related docs and issues are future plans unless a human explicitly confirms that production exists.