From 8e9c59fc68f230b76cad025cd3d730f5da4ac73c Mon Sep 17 00:00:00 2001 From: Drew Vogel Date: Sat, 3 Dec 2011 20:27:36 -0500 Subject: [PATCH] Updated settings.py.example with fields determined at the hackathon. --- settings.py.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/settings.py.example b/settings.py.example index a2e6fb9..c557a50 100644 --- a/settings.py.example +++ b/settings.py.example @@ -44,19 +44,19 @@ ANALYSIS_FIELDS = { 'Grants': ['fed_funding_amount', 'non_fed_funding_amount', 'total_funding_amount'], 'Contracts': ['obligatedamount', 'baseandexercisedoptionsvalue', 'baseandalloptionsvalue', 'annualrevenue'], - 'Loans': [], - 'DirectPayments': [], - 'Insurance': [], - 'Other': [] + 'Loans': ['face_loan_guran', 'orig_sub_guran'], + 'DirectPayments': ['fed_funding_amount'], + 'Insurance': ['fed_funding_amount', 'non_fed_funding_amount', 'total_funding_amount'], + 'Other': ['fed_funding_amount'], } ANALYSIS_DATEFIELDS = { 'Grants': 'obligation_action_date', 'Contracts': 'effectivedate', - 'Loans': None, - 'DirectPayments': None, - 'Insurance': None, - 'Other': None + 'Loans': 'obligation_action_date', + 'DirectPayments': 'obligation_action_date', + 'Insurance': 'obligation_action_date', + 'Other': 'obligation_action_date' } DATE_FORMATS = [