django_program.pretalx.management.commands.sync_pretalx¶
Management command to sync speakers, talks, and schedule from Pretalx.
Usage:
# Sync everything for a conference
manage.py sync_pretalx --conference pycon-us-2026
# Sync only speakers
manage.py sync_pretalx --conference pycon-us-2026 --speakers
# Sync talks and schedule
manage.py sync_pretalx --conference pycon-us-2026 --talks --schedule
Classes
Sync speakers, talks, and schedule from Pretalx API. |