symposion_app/symposion/conf.py

9 lines
129 B
Python
Raw Normal View History

2014-12-18 14:18:48 +00:00
from django.conf import settings # noqa
2014-12-18 14:14:32 +00:00
2012-08-14 19:52:23 +00:00
from appconf import AppConf
class SymposionAppConf(AppConf):
2014-07-30 18:19:26 +00:00
2012-08-14 19:52:23 +00:00
VOTE_THRESHOLD = 3