django_program.pretalx.profiles¶
Pretalx conference profiles.
- class django_program.pretalx.profiles.DefaultPretalxProfile[source]¶
Bases:
PretalxConferenceProfileUse Pretalx’s standard interpretation of tracks.
- name = 'default'¶
- class django_program.pretalx.profiles.PretalxConferenceProfile[source]¶
Bases:
objectBase profile for Pretalx event-specific behavior.
- name = 'default'¶
- class django_program.pretalx.profiles.PyConUSPretalxProfile[source]¶
Bases:
PretalxConferenceProfilePyCon US keeps delivery buckets in
trackand uses tags for themes.- name = 'pyconus'¶
Modules