settings.py
changeset 100 cdc0a363dc53
parent 92 bff52631d402
equal deleted inserted replaced
99:cc2ed87ee896 100:cdc0a363dc53
    19 # Local time zone for this installation. Choices can be found here:
    19 # Local time zone for this installation. Choices can be found here:
    20 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    20 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    21 # although not all choices may be available on all operating systems.
    21 # although not all choices may be available on all operating systems.
    22 # If running in a Windows environment this must be set to the same as your
    22 # If running in a Windows environment this must be set to the same as your
    23 # system time zone.
    23 # system time zone.
    24 TIME_ZONE = 'America/Chicago'
    24 TIME_ZONE = 'Asia/Kolkata'
    25 
    25 
    26 # Language code for this installation. All choices can be found here:
    26 # Language code for this installation. All choices can be found here:
    27 # http://www.i18nguy.com/unicode/language-identifiers.html
    27 # http://www.i18nguy.com/unicode/language-identifiers.html
    28 LANGUAGE_CODE = 'en-us'
    28 LANGUAGE_CODE = 'en-us'
    29 
    29