Skip to content

Commit

Permalink
Updated settings.py.example with fields determined at the hackathon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Vogel committed Dec 4, 2011
1 parent 719f7a9 commit 8e9c59f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions settings.py.example
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8e9c59f

Please sign in to comment.