Skip to content

Contributing

Install uv

git clone ..
uv venv .venv --python 3.12
source .venv/bin/activate
uv sync --extra docs
pre-commit install

Run tests

pytests tests

Run demo app

tests/demoapp/manage.py migrate

tests/demoapp/manage.py runserver

Note

You can login in the demo application as superuser using any username/password