Skip to content

Commit d3509a5

Browse files
committed
Changed input fields in ingest_ns_initiatives
1 parent 9818984 commit d3509a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/management/commands/ingest_ns_initiatives.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def handle(self, *args, **kwargs):
5858
"Categories",
5959
"AllocationInCHF",
6060
"FundingPeriodInMonths",
61+
"FundingType", # ?
62+
"FundingPeriodInYears", # ?
6163
],
6264
)
6365
funding_data = funding_data.replace({np.nan: None})

0 commit comments

Comments
 (0)