diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 2a7df569fbe..33f7aebb6b4 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -30,7 +30,6 @@ TIME_ZONE = 'America/Chicago' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes -# http://blogs.law.harvard.edu/tech/stories/storyReader$15 LANGUAGE_CODE = 'en-us' # Languages we provide translations for, out of the box. The language name diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 8b3617d4b68..c1e296cbe43 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -25,7 +25,6 @@ TIME_ZONE = 'America/Chicago' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes -# http://blogs.law.harvard.edu/tech/stories/storyReader$15 LANGUAGE_CODE = 'en-us' SITE_ID = 1