We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818984 commit d3509a5Copy full SHA for d3509a5
api/management/commands/ingest_ns_initiatives.py
@@ -58,6 +58,8 @@ def handle(self, *args, **kwargs):
58
"Categories",
59
"AllocationInCHF",
60
"FundingPeriodInMonths",
61
+ "FundingType", # ?
62
+ "FundingPeriodInYears", # ?
63
],
64
)
65
funding_data = funding_data.replace({np.nan: None})
0 commit comments