Ajout de l'exemple d'activation/désactivation de l'envoi des mails

This commit is contained in:
Eragon 2020-09-17 15:08:36 +02:00
parent 80bbcac8db
commit f15b33ae73
No known key found for this signature in database
GPG Key ID: 41F8C3FE5948FDAB
1 changed files with 1 additions and 0 deletions

View File

@ -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