mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #6431 -- Fixed misspelling in projects template settings file, thanks Daniel Lindsley.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -18,7 +18,7 @@ DATABASE_PORT = ''             # Set to empty string for default. Not used with | |||||||
|  |  | ||||||
| # Local time zone for this installation. Choices can be found here: | # Local time zone for this installation. Choices can be found here: | ||||||
| # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name | # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name | ||||||
| # although not all choices may be avilable on all operating systems. | # although not all choices may be available on all operating systems. | ||||||
| # If running in a Windows environment this must be set to the same as your | # If running in a Windows environment this must be set to the same as your | ||||||
| # system time zone. | # system time zone. | ||||||
| TIME_ZONE = 'America/Chicago' | TIME_ZONE = 'America/Chicago' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user