Development workflow¶
Use this workflow when working on a local checkout of django-log-panel.
Setup¶
Install uv and create a development environment:
Tests¶
Run the test suite with:
Linting and typing¶
Project notes¶
pytestusestests.settingsfrompyproject.toml.- Coverage is configured in
pyproject.tomlwithfail_under = 90. - Screenshots used in the docs live under
docs/images/.