From 175f67e7b9c710f3ef9cc205b60312aee316ae94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 5 Jan 2026 22:36:56 +0100 Subject: [PATCH] Add instruction for running Django management commands with uv --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) 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