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
This commit is contained in:
parent
d48a39650f
commit
501448e3f2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue