diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 3678399..a60554d 100644 --- a/settings.py +++ b/settings.py @@ -31,7 +31,7 @@ DATABASES = { # timezone as the operating system. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'America/Chicago' +TIME_ZONE = 'Asia/Kolkata' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html @@ -150,4 +150,4 @@ LOGGING = { } } -AUTH_PROFILE_MODULE = 'exam.Profile'
\ No newline at end of file +AUTH_PROFILE_MODULE = 'exam.Profile' |