From 9c3ba7f025e197d1f90cd1c4b84b7ba612454d91 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Fri, 14 Sep 2007 03:33:15 +0000 Subject: [PATCH] Updated some broken urls in the settings.py.dist file. Thanks to marcos for reporting. --- settings.py.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.py.dist b/settings.py.dist index c7115f7ef9..6f2bcb7c38 100755 --- a/settings.py.dist +++ b/settings.py.dist @@ -46,12 +46,11 @@ DATABASE_HOST = '' DATABASE_PORT = '' # Local time zone for this installation. All choices can be found here: -# http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE +# http://www.postgresql.org/docs/8.0/interactive/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE TIME_ZONE = 'America/New_York' # 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' # It's safe to dis-regard this, as it's a Django feature we only half use as a