Contributing
Install uv
git clone ..
uv venv .venv --python 3.12
source .venv/bin/activate
uv sync --extra docs
Run tests
pytests tests
Run demo app
tests/demoapp/manage.py migrate
celery -A demo.celery.app worker -l debug &
celery -A demo.celery flower &
tests/demoapp/manage.py runserver
Note
You can login in the demo application as superuser using any username/password