symposion_app/vendor/symposion/conf.py
Sachi King d95d66dac8 Taking one out of PyCon's (US) book
We're lock-step with symposion, and upstream is dead.
Vendor it.
2017-05-27 20:11:39 +10:00

8 lines
129 B
Python

from django.conf import settings # noqa
from appconf import AppConf
class SymposionAppConf(AppConf):
VOTE_THRESHOLD = 3