Files @ d9b1583dfe61
Branch filter:

Location: symposion_app/symposion/proposals/apps.py

Christopher Neugebauer
Adds more fields to the reviews CSV
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 ProposalsConfig(AppConfig):
    name = "symposion.proposals"
    label = "symposion_proposals"
    verbose_name = _("Symposion Proposals")