Merge pull request #3628 from edx/ned/fix-ignorable-404-ends
IGNORABLE_404_ENDS is wrong and unused
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user