An attempt to modernize the conference workflow.
Inspirations
A runnable Django project lives in examples/ for interacting with models via the admin, shell, and management commands.
make dev
# Visit http://localhost:8000/admin/ (login: admin/admin)Or step by step:
uv run python examples/manage.py migrate
uv run python examples/manage.py bootstrap_conference --config conference.example.toml
uv run python examples/manage.py createsuperuser
uv run python examples/manage.py runserver