summaryrefslogtreecommitdiff
path: root/django/conf/project_template
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-13 14:37:22 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-13 14:37:22 +0000
commit863ee0ef899d93cb7da65510e7059dd99fcbe79f (patch)
tree6647bcb4d409445e258b8ef78923d2fee32f3b10 /django/conf/project_template
parentced74d582a10c11e0d774b4dbd260e90db013da5 (diff)
Fixed #5395 -- Changed URL of all language codes in project_template/settings.py. Thanks, Jarek Zgoda and mikkel@hoegh.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/project_template')
-rw-r--r--django/conf/project_template/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
index ecd716b50d..d5748d7cc3 100644
--- a/django/conf/project_template/settings.py
+++ b/django/conf/project_template/settings.py
@@ -24,7 +24,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
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://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'
SITE_ID = 1