Ticket #1977: tz-settings.diff

File tz-settings.diff, 720 bytes (added by regexbot@…, 17 years ago)

patch for timezone link in settings.py boilerplate

  • django/conf/project_template/settings.py

     
    1717DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.
    1818
    1919# Local time zone for this installation. All choices can be found here:
    20 # http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
     20# http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
    2121TIME_ZONE = 'America/Chicago'
    2222
    2323# Language code for this installation. All choices can be found here:
Back to Top