allow arbitrary times in Settings (#229)

This commit is contained in:
Samuel Colvin
2018-07-12 20:25:10 +01:00
committed by GitHub
parent a0e0aa4f79
commit f48cb7b93c
+1
View File
@@ -58,3 +58,4 @@ class BaseSettings(BaseModel):
env_prefix = 'APP_'
validate_all = True
ignore_extra = False
arbitrary_types_allowed = True