X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=settings.py.example;h=7eaa9064ef153b0509ed10702ed9b9ae45a538a1;hb=795c519c47ce373311b6590b264aa618356a9a49;hp=9132889d3c947027a35a7f41677d32d92b717b9f;hpb=90a7047aad9842eb067815c0bcacc30766e93dcb;p=cavote.git diff --git a/settings.py.example b/settings.py.example index 9132889..7eaa906 100644 --- a/settings.py.example +++ b/settings.py.example @@ -7,6 +7,8 @@ SECRET_KEY = '{J@uRKO,xO-PK7B,jF?>iHbxLasF9s#zjOoy=+:' DEBUG = True TITLE = u"Cavote FFDN" EMAIL = '"' + TITLE + '"' + ' <' + u"cavote@ffdn.org" + '>' -VERSION = "cavote 0.2.0" +VERSION = "cavote 0.3.0" SMTP_SERVER = "127.0.0.1" PATTERNS = {u'Oui/Non': [u'Oui', u'Non'], u'Oui/Non/Blanc': [u'Oui', u'Non', u'Blanc'], u'Oui/Non/Peut-être': [u'Oui', u'Non', u'Peut-être']} +BABEL_DEFAULT_LOCALE = 'fr' +BABEL_DEFAULT_TIMEZONE = 'Europe/Paris'