summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/global_settings.py8
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 = []