Merge pull request #3628 from edx/ned/fix-ignorable-404-ends

IGNORABLE_404_ENDS is wrong and unused
This commit is contained in:
Ned Batchelder
2014-05-07 11:17:05 -04:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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'

View File

@@ -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