setting timezone
This commit is contained in:
parent
5428cee51f
commit
6ca3a8c024
@ -131,7 +131,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = config('TIME_ZONE', default='UTC')
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user