Merge branch 'staging' into product-purchase-provisioning

This commit is contained in:
tomdds
2020-01-31 12:03:08 -05:00
committed by GitHub
5 changed files with 19 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ def map_config(config):
"CONTRACT_END_DATE": datetime.strptime(
config.get("default", "CONTRACT_END_DATE"), "%Y-%m-%d"
).date(),
"SESSION_COOKIE_SECURE": config.getboolean("default", "SESSION_COOKIE_SECURE"),
}