symposion_app/vendor/symposion/conference/apps.py

9 lines
241 B
Python
Raw Permalink Normal View History

2014-12-18 14:17:58 +00:00
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
2014-12-18 14:17:58 +00:00
class ConferenceConfig(AppConfig):
name = "symposion.conference"
label = "symposion_conference"
verbose_name = _("Symposion Conference")