diff --git a/mayan/settings/development.py b/mayan/settings/development.py index 193270208d..77961253a9 100644 --- a/mayan/settings/development.py +++ b/mayan/settings/development.py @@ -9,6 +9,9 @@ DEBUG = True CELERY_ALWAYS_EAGER = True CELERY_EAGER_PROPAGATES_EXCEPTIONS = CELERY_ALWAYS_EAGER +EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' + + if 'rosetta' not in INSTALLED_APPS: try: import rosetta