Files @ d7ac51055503
Branch filter:

Location: symposion_app/symposion/conf.py

Brian Rosner
Added Slot.content_override

Slots can now be controlled through content_override if custom content is
needed in non-talk slots.
1
2
3
4
5
6
7
8
from django.conf import settings

from appconf import AppConf


class SymposionAppConf(AppConf):
    
    VOTE_THRESHOLD = 3