From f15b33ae731601f4abc7e67df2ce8aea24b309cd Mon Sep 17 00:00:00 2001 From: Eragon Date: Thu, 17 Sep 2020 15:08:36 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20l'exemple=20d'activation/d=C3=A9sa?= =?UTF-8?q?ctivation=20de=20l'envoi=20des=20mails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local_config.py.default | 1 + 1 file changed, 1 insertion(+) diff --git a/local_config.py.default b/local_config.py.default index 22986fe..91a67ee 100644 --- a/local_config.py.default +++ b/local_config.py.default @@ -9,3 +9,4 @@ class LocalConfig(object): SECRET_KEY = "a-random-secret-key" # CHANGE THIS VALUE *NOW* AVATARS_FOLDER = '/home/pc/data/avatars/' ENABLE_GUEST_POST = True + SEND_MAILS = True