Ticket #2315: bug2315_docs.diff
File bug2315_docs.diff, 1.3 KB (added by , 18 years ago) |
---|
-
django/conf/project_template/settings.py
18 18 19 19 # Local time zone for this installation. All choices can be found here: 20 20 # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 21 # Windows users: Make sure you set your system's timezone unless you want to get into trouble. 21 22 TIME_ZONE = 'America/Chicago' 22 23 23 24 # Language code for this installation. All choices can be found here: -
docs/settings.txt
822 822 environment variable, and it'll be up to you to ensure your processes are 823 823 running in the correct environment. 824 824 825 Note to Windows Users: If you are running Django on a Windows box make sure that 826 you set this variable to the timezone of your computer unless you want to get in 827 trouble, you can read more about that in this `bug report (#2315)`_ 828 829 .. _bug report (#2315): http://code.djangoproject.com/ticket/2315 830 825 831 URL_VALIDATOR_USER_AGENT 826 832 ------------------------ 827 833