Add instruction for running Django management commands with uv
This commit is contained in:
parent
db66864522
commit
175f67e7b9
1 changed files with 1 additions and 0 deletions
1
.github/copilot-instructions.md
vendored
1
.github/copilot-instructions.md
vendored
|
|
@ -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 <command>` to run Django management commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue