fix circular import

This commit is contained in:
Nick Sweeting 2020-07-28 06:50:03 -04:00
parent 9c59582722
commit 9806ed8d8c
3 changed files with 7 additions and 7 deletions

View file

@ -112,7 +112,7 @@ LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = False
USE_L10N = False
USE_TZ = True
USE_TZ = False
DATETIME_FORMAT = 'Y-m-d g:iA'
SHORT_DATETIME_FORMAT = 'Y-m-d h:iA'