X-Git-Url: http://git.cyclocoop.org/?p=cavote.git;a=blobdiff_plain;f=settings.py.example;h=7cb1c09e1f43b4c506afd1c799582762affcb318;hp=9132889d3c947027a35a7f41677d32d92b717b9f;hb=e6bbbba6963c05d28542969fb401ab4729eeb8c9;hpb=ed210a3988c9182f818221bbea7d63346bb2d3c5 diff --git a/settings.py.example b/settings.py.example index 9132889..7cb1c09 100644 --- a/settings.py.example +++ b/settings.py.example @@ -7,6 +7,6 @@ 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']}