diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 74f29ed4269..54ec8a377b9 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -36,7 +36,7 @@ MANAGERS = ADMINS SERVER_EMAIL = 'root@localhost' # Whether to send broken-link e-mails. -SEND_BROKEN_LINK_EMAILS = True +SEND_BROKEN_LINK_EMAILS = False # Database connection info. DATABASE_ENGINE = 'postgresql' # 'postgresql', 'mysql', or 'sqlite3'.