definition of email settings
This commit is contained in:
parent
4276ee76be
commit
a72e1f67d2
@ -146,6 +146,17 @@ CELERY_TASK_SERIALIZER = 'json'
|
|||||||
CELERY_RESULT_SERIALIZER = 'json'
|
CELERY_RESULT_SERIALIZER = 'json'
|
||||||
CELERY_TIMEZONE = 'Europe/Berlin'
|
CELERY_TIMEZONE = 'Europe/Berlin'
|
||||||
|
|
||||||
|
# Admin eMails
|
||||||
|
ADMINS = (
|
||||||
|
('Robert Einsle', 'robert@einsle.de'),
|
||||||
|
)
|
||||||
|
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||||
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||||
|
|
||||||
|
EMAIL_HOST = ''
|
||||||
|
EMAIL_HOST_USER = ''
|
||||||
|
EMAIL_HOST_PASSWORD = ''
|
||||||
|
EMAIL_PORT = 25
|
||||||
|
|
||||||
STATIC_ROOT = "/srv/carom/carom-server/static/"
|
STATIC_ROOT = "/srv/carom/carom-server/static/"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user