Files @ 999c458c1b23
Branch filter:

Location: symposion_app/symposion/conference/apps.py

Hiroshi Miura
add test

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
1
2
3
4
5
6
7
from django.apps import AppConfig


class ConferenceConfig(AppConfig):
    name = "symposion.conference"
    label = "symposion_conference"
    verbose_name = "Symposion Conference"