X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=settings.py.example;fp=settings.py.example;h=ad74b41586f76fd4f9ff5bedf08facb04e44a130;hp=e72ab2cf74610a00b982f0c0ed80d3dd63ec437b;hb=ce16da78f97de079b797276db9d1248507f996dd;hpb=f2c5f4be15b6225e5e7d9f3c53084424beb32f1b;ds=sidebyside diff --git a/settings.py.example b/settings.py.example index e72ab2c..ad74b41 100644 --- a/settings.py.example +++ b/settings.py.example @@ -5,6 +5,7 @@ DATABASE = '/tmp/cavote.db' PASSWD_SALT = 'change this value to some random chars!' SECRET_KEY = '{J@uRKO,xO-PK7B,jF?>iHbxLasF9s#zjOoy=+:' DEBUG = True +CAN_DELETE_VOTES = False TITLE = u"Cavote" EMAIL = '"' + TITLE + '"' + ' <' + u"contact+cavote@localhost.localdomain" + '>' VERSION = "cavote 0.4.0"