summaryrefslogtreecommitdiff
path: root/django/conf/project_template/settings.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-07-14 12:48:24 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-07-14 12:48:24 +0000
commit501448e3f2d9f66a559e5c64fb0d325c95cff82e (patch)
tree53e643bbc4db20218cab4cdef10d2252e4a9fa2f /django/conf/project_template/settings.py
parentd48a39650f006b9cac4fc0802462780c8f10667e (diff)
Fixed #4863 -- Removed comment references to a no-longer present link. Pointed
out by Thomas Güttler. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/project_template/settings.py')
-rw-r--r--django/conf/project_template/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
index 8b3617d4b6..c1e296cbe4 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