Files @ 6f3115aee8a9
Branch filter:

Location: symposion_app/symposion/conf.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
8
from django.conf import settings  # noqa

from appconf import AppConf


class SymposionAppConf(AppConf):

    VOTE_THRESHOLD = 3