d95d66dac8
We're lock-step with symposion, and upstream is dead. Vendor it.
7 lines
174 B
Python
7 lines
174 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ScheduleConfig(AppConfig):
|
|
name = "symposion.schedule"
|
|
label = "symposion_schedule"
|
|
verbose_name = "Symposion Schedule"
|