X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=settings.py.example;h=7eaa9064ef153b0509ed10702ed9b9ae45a538a1;hb=55ac14c2220d373540fc715ba6db393ab80475ae;hp=7cb1c09e1f43b4c506afd1c799582762affcb318;hpb=e6bbbba6963c05d28542969fb401ab4729eeb8c9;p=cavote.git diff --git a/settings.py.example b/settings.py.example index 7cb1c09..7eaa906 100644 --- a/settings.py.example +++ b/settings.py.example @@ -10,3 +10,5 @@ EMAIL = '"' + TITLE + '"' + ' <' + u"cavote@ffdn.org" + '>' 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'