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