Explicitly set USE_DEPRECATED_PYTZ = False
for hypothesis
This commit is contained in:
parent
029b4dff28
commit
c1af9850e1
@ -96,6 +96,7 @@ TIME_ZONE = "America/New_York"
|
||||
USE_I18N = False
|
||||
USE_L10N = True
|
||||
USE_TZ = True
|
||||
USE_DEPRECATED_PYTZ = False
|
||||
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
|
Loading…
Reference in New Issue
Block a user