[2.0.x] Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.
Backport of 019c2600a6
from master
This commit is contained in:
parent
0eccbd2a8e
commit
ecfa7e570f
|
@ -242,7 +242,7 @@ FORCE_SCRIPT_NAME = None
|
||||||
# re.compile(r'^NaverBot.*'),
|
# re.compile(r'^NaverBot.*'),
|
||||||
# re.compile(r'^EmailSiphon.*'),
|
# re.compile(r'^EmailSiphon.*'),
|
||||||
# re.compile(r'^SiteSucker.*'),
|
# re.compile(r'^SiteSucker.*'),
|
||||||
# re.compile(r'^sohu-search')
|
# re.compile(r'^sohu-search'),
|
||||||
# ]
|
# ]
|
||||||
DISALLOWED_USER_AGENTS = []
|
DISALLOWED_USER_AGENTS = []
|
||||||
|
|
||||||
|
@ -253,9 +253,9 @@ ABSOLUTE_URL_OVERRIDES = {}
|
||||||
# import re
|
# import re
|
||||||
# IGNORABLE_404_URLS = [
|
# IGNORABLE_404_URLS = [
|
||||||
# re.compile(r'^/apple-touch-icon.*\.png$'),
|
# re.compile(r'^/apple-touch-icon.*\.png$'),
|
||||||
# re.compile(r'^/favicon.ico$),
|
# re.compile(r'^/favicon.ico$'),
|
||||||
# re.compile(r'^/robots.txt$),
|
# re.compile(r'^/robots.txt$'),
|
||||||
# re.compile(r'^/phpmyadmin/),
|
# re.compile(r'^/phpmyadmin/'),
|
||||||
# re.compile(r'\.(cgi|php|pl)$'),
|
# re.compile(r'\.(cgi|php|pl)$'),
|
||||||
# ]
|
# ]
|
||||||
IGNORABLE_404_URLS = []
|
IGNORABLE_404_URLS = []
|
||||||
|
|
Loading…
Reference in New Issue