Pretalx is an open-source conference planning tool built with Python and Django. It manages the entire conference lifecycle — from Call for Papers and submission review to speaker communication and schedule publishing — with SQLite support for simple deployments.

An open-source conference organising tool for managing Call for Papers, reviewing submissions, communicating with speakers, and publishing schedules. Supports events from small meetups to large multi-track conferences.
/orga to access the organizer backend and run pretalx init to create your admin account (see setup note below)After deployment, run the following command via Zeabur's Service > Exec to initialize the admin account:
pretalx init
This will guide you through creating your first organizer and admin user.
Apache-2.0 — GitHub