X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=settings.py.example;h=7eaa9064ef153b0509ed10702ed9b9ae45a538a1;hb=f4d357e37e0b186c35ff0958fdb0ffee5d17903e;hp=105d3986b1302cbabf443af292e6fd60a38a3348;hpb=0f93afde08f333a6615145615f424db26240b512;p=cavote.git diff --git a/settings.py.example b/settings.py.example index 105d398..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.1.1" +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'