diff options
| author | Duarte Fernandes <duartefq@outlook.com> | 2017-10-26 22:48:31 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-26 21:48:31 -0400 |
| commit | 019c2600a6771d2cd0574062dee468ce96d7e69d (patch) | |
| tree | 9cce7905a129a606d33c2629d5a161914cee192d | |
| parent | ec5f7cb92e315846cb020b909b0ab7e0489aad05 (diff) | |
Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.
| -rw-r--r-- | django/conf/global_settings.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 4d7c5854e2..8e57f5f5db 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -237,7 +237,7 @@ FORCE_SCRIPT_NAME = None # re.compile(r'^NaverBot.*'), # re.compile(r'^EmailSiphon.*'), # re.compile(r'^SiteSucker.*'), -# re.compile(r'^sohu-search') +# re.compile(r'^sohu-search'), # ] DISALLOWED_USER_AGENTS = [] @@ -248,9 +248,9 @@ ABSOLUTE_URL_OVERRIDES = {} # import re # IGNORABLE_404_URLS = [ # re.compile(r'^/apple-touch-icon.*\.png$'), -# re.compile(r'^/favicon.ico$), -# re.compile(r'^/robots.txt$), -# re.compile(r'^/phpmyadmin/), +# re.compile(r'^/favicon.ico$'), +# re.compile(r'^/robots.txt$'), +# re.compile(r'^/phpmyadmin/'), # re.compile(r'\.(cgi|php|pl)$'), # ] IGNORABLE_404_URLS = [] |
