Files @ 72b5c3ff556d
Branch filter:

Location: symposion_app/vendor/symposion/schedule/apps.py

Joel Addison
Add code to speaker

Add unique identifier (code) to speakers within schedule JSON API
to allow speakers to be identified throughout the schedule.
1
2
3
4
5
6
7
from django.apps import AppConfig


class ScheduleConfig(AppConfig):
    name = "symposion.schedule"
    label = "symposion_schedule"
    verbose_name = "Symposion Schedule"