Files @ 4e22717639a7
Branch filter:

Location: symposion_app/symposion/conference/apps.py

Scott Bragg
Add description to ICal feed to help Giggety app identify conference
1
2
3
4
5
6
7
8
9
from __future__ import unicode_literals
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")