symposion_app/vendor/symposion/conference/apps.py
Sachi King d95d66dac8 Taking one out of PyCon's (US) book
We're lock-step with symposion, and upstream is dead.
Vendor it.
2017-05-27 20:11:39 +10:00

8 lines
241 B
Python

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class ConferenceConfig(AppConfig):
name = "symposion.conference"
label = "symposion_conference"
verbose_name = _("Symposion Conference")