Fix mailing settings position

This commit is contained in:
Antoine Bartuccio 2017-08-18 12:40:36 +02:00
parent 8c9f02a142
commit e82e338e76
1 changed files with 5 additions and 5 deletions

View File

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