235 B
235 B
Contributing
Windows development
wsl --install
sudo apt update && sudo apt upgrade
Commands
uv sync
uv run python manage.py check
uv run pytest -n 5 -q
uv run ruff check . --fix
uv run ruff format .