diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5585a62..89fa815 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -66,3 +66,4 @@ - HTML templates with Django templating; static assets served from `static/` and collected to `staticfiles/` - Management commands in `twitch/management/commands/` for data import and maintenance tasks - Use `pyproject.toml` + uv for dependency and environment management +- Use `uv run python manage.py ` to run Django management commands