From e82e338e766f93481b6a9ab4f0f6782afb02fce8 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Fri, 18 Aug 2017 12:40:36 +0200 Subject: [PATCH] Fix mailing settings position --- sith/settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sith/settings.py b/sith/settings.py index 3f492281..0e3c7a1f 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -560,6 +560,11 @@ SITH_QUICK_NOTIF = { 'qn_weekmail_send_success': _("You successfully sent the Weekmail"), } +# Mailing related settings + +SITH_MAILING_ALLOWED_DOMAIN = 'utbm.fr' +SITH_MAILING_FETCH_KEY = 'IloveMails' + try: from .settings_custom import * print("Custom settings imported") @@ -586,8 +591,3 @@ if DEBUG: SASS_INCLUDE_FOLDERS = [ 'core/static/', ] - -# Mailing related settings - -SITH_MAILING_ALLOWED_DOMAIN = 'utbm.fr' -SITH_MAILING_FETCH_KEY = 'IloveMails'