X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=settings.py.example;h=ad74b41586f76fd4f9ff5bedf08facb04e44a130;hb=HEAD;hp=e72ab2cf74610a00b982f0c0ed80d3dd63ec437b;hpb=7ce620993c1f5b89f67affe7619b385d39abed17;p=cavote.git 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"