Fix mailing settings position

This commit is contained in:
Antoine Bartuccio 2017-08-18 12:40:36 +02:00
parent 8c9f02a142
commit e82e338e76

View File

@ -560,6 +560,11 @@ SITH_QUICK_NOTIF = {
'qn_weekmail_send_success': _("You successfully sent the Weekmail"), 'qn_weekmail_send_success': _("You successfully sent the Weekmail"),
} }
# Mailing related settings
SITH_MAILING_ALLOWED_DOMAIN = 'utbm.fr'
SITH_MAILING_FETCH_KEY = 'IloveMails'
try: try:
from .settings_custom import * from .settings_custom import *
print("Custom settings imported") print("Custom settings imported")
@ -586,8 +591,3 @@ if DEBUG:
SASS_INCLUDE_FOLDERS = [ SASS_INCLUDE_FOLDERS = [
'core/static/', 'core/static/',
] ]
# Mailing related settings
SITH_MAILING_ALLOWED_DOMAIN = 'utbm.fr'
SITH_MAILING_FETCH_KEY = 'IloveMails'