mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Fix mailing settings position
This commit is contained in:
parent
8c9f02a142
commit
e82e338e76
@ -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'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user