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