fix timezone setting, fix invalid default for CharField

This commit is contained in:
Xevion
2020-10-31 12:26:55 -05:00
parent ec785d5360
commit f7cde0b4dc
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'CST'
TIME_ZONE = 'US/Central'
USE_I18N = True