Files @ 44deb8a53634
Branch filter:

Location: symposion_app/symposion/schedule/apps.py

Hiroshi Miura
i18n for more mesages

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
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"