Files @ b694901831b2
Branch filter:

Location: symposion_app/symposion/conf.py

Patrick Altman
Remove migrations

These migrations were written for South. Now that we have Django 1.7,
we will just use Django migrations once we hit a 1.0 release.
1
2
3
4
5
6
from appconf import AppConf


class SymposionAppConf(AppConf):

    VOTE_THRESHOLD = 3