Files @ 6f3115aee8a9
Branch filter:

Location: symposion_app/symposion/conference/apps.py

Hiroshi Miura
reorder signup fields

current implementation is not work on Django 1.7+
anymore. This modification activate feature
in Django 1.7+ and drop support for Django 1.6 and before.

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"