Commit 5e34c21f by Ned Batchelder

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

IGNORABLE_404_ENDS is wrong and unused
parents 4a06fcc8 4d4390c0
...@@ -260,7 +260,6 @@ SITE_ID = 1 ...@@ -260,7 +260,6 @@ SITE_ID = 1
SITE_NAME = "localhost:8001" SITE_NAME = "localhost:8001"
HTTPS = 'on' HTTPS = 'on'
ROOT_URLCONF = 'cms.urls' ROOT_URLCONF = 'cms.urls'
IGNORABLE_404_ENDS = ('favicon.ico')
# Email # Email
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
......
...@@ -521,7 +521,6 @@ SITE_ID = 1 ...@@ -521,7 +521,6 @@ SITE_ID = 1
SITE_NAME = "edx.org" SITE_NAME = "edx.org"
HTTPS = 'on' HTTPS = 'on'
ROOT_URLCONF = 'lms.urls' 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 '*' # NOTE: Please set ALLOWED_HOSTS to some sane value, as we do not allow the default '*'
# Platform Email # Platform Email
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment