From 4d4390c0c9c710afa959ad82bbf959850a526361 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 6 May 2014 18:02:53 -0400 Subject: [PATCH] IGNORABLE_404_ENDS is wrong and unused This setting is only used if SEND_BROKEN_LINK_EMAILS is true, which it is not, and it is deprecated, and this value for it is wrong, since it is used as an iterable. --- cms/envs/common.py | 1 - lms/envs/common.py | 1 - 2 files changed, 2 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 85eadd25ca..f7195d2c54 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -260,7 +260,6 @@ SITE_ID = 1 SITE_NAME = "localhost:8001" HTTPS = 'on' ROOT_URLCONF = 'cms.urls' -IGNORABLE_404_ENDS = ('favicon.ico') # Email EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' diff --git a/lms/envs/common.py b/lms/envs/common.py index 79f2c0e737..28b17cd9a5 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -521,7 +521,6 @@ SITE_ID = 1 SITE_NAME = "edx.org" HTTPS = 'on' ROOT_URLCONF = 'lms.urls' -IGNORABLE_404_ENDS = ('favicon.ico') # NOTE: Please set ALLOWED_HOSTS to some sane value, as we do not allow the default '*' # Platform Email