django_program.pretalx.profiles

Pretalx conference profiles.

class django_program.pretalx.profiles.DefaultPretalxProfile[source]

Bases: PretalxConferenceProfile

Use Pretalx’s standard interpretation of tracks.

name = 'default'
class django_program.pretalx.profiles.PretalxConferenceProfile[source]

Bases: object

Base profile for Pretalx event-specific behavior.

name = 'default'
class django_program.pretalx.profiles.PyConUSPretalxProfile[source]

Bases: PretalxConferenceProfile

PyCon US keeps delivery buckets in track and uses tags for themes.

name = 'pyconus'

Modules

base

Conference profile hooks for Pretalx sync semantics.

default

Default Pretalx profile: standard track semantics.

pyconus

PyCon US profile for track/tag semantics.

resolver

Resolver for selecting conference-specific Pretalx profiles.