Skip to content

Commit

Permalink
Changed SEND_BROKEN_LINK_EMAILS from True to False in global_settings…
Browse files Browse the repository at this point in the history
… -- it was causing too much confusion with improperly configured/missing mail servers

git-svn-id: http://code.djangoproject.com/svn/django/trunk@376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 1, 2005
1 parent c73f4cd commit 77faac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/global_settings.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
SERVER_EMAIL = 'root@localhost' SERVER_EMAIL = 'root@localhost'


# Whether to send broken-link e-mails. # Whether to send broken-link e-mails.
SEND_BROKEN_LINK_EMAILS = True SEND_BROKEN_LINK_EMAILS = False


# Database connection info. # Database connection info.
DATABASE_ENGINE = 'postgresql' # 'postgresql', 'mysql', or 'sqlite3'. DATABASE_ENGINE = 'postgresql' # 'postgresql', 'mysql', or 'sqlite3'.
Expand Down

0 comments on commit 77faac0

Please sign in to comment.