diff --git a/mamweb/settings_local.py b/mamweb/settings_local.py index 1e62009f..de1f0b9b 100644 --- a/mamweb/settings_local.py +++ b/mamweb/settings_local.py @@ -94,4 +94,6 @@ LOGGING = { # set to 'DEBUG' for EXTRA verbose output # LOGGING['handlers']['console']['level'] = 'INFO' +# E-maily posílat chceme, ale do terminálu :-) EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' +SEND_EMAIL_NOTIFICATIONS = True