Added cron to send email and fixing settings error
This commit is contained in:
parent
72a21af789
commit
6d029fdeb5
15 changed files with 42 additions and 25 deletions
|
|
@ -8,6 +8,8 @@ ADMINS = (
|
|||
)
|
||||
# ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
|
||||
|
||||
EMAIL_BACKEND = "mailer.backend.DbBackend"
|
||||
|
||||
#MANAGERS = ADMINS
|
||||
|
||||
REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='digitalglarus.ungleich.ch',slug='{slug}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue