mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-06 23:16:25 -06:00
fix timezone setting, fix invalid default for CharField
This commit is contained in:
@@ -107,7 +107,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
TIME_ZONE = 'CST'
|
||||
TIME_ZONE = 'US/Central'
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user