Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/a448207762065014_funders'
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Oct 11, 2017
2 parents e0411e2 + 019b693 commit 9b4ea1b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/openprocurement/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def read_json(name):
CPV_CODES = read_json('cpv.json')
CPV_CODES.append('99999999-9')
DK_CODES = read_json('dk021.json')
FUNDERS = [(i['scheme'], i['id']) for i in read_json('funders.json')['data']]
#DKPP_CODES = read_json('dkpp.json')
ORA_CODES = [i['code'] for i in read_json('OrganisationRegistrationAgency.json')['data']]
WORKING_DAYS = read_json('working_days.json')
Expand Down
16 changes: 16 additions & 0 deletions src/openprocurement/api/funders.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": [
{
"scheme": "UA-EDR",
"id": "00037256"
},
{
"scheme": "UA-EDR",
"id": "11111111"
},
{
"scheme": "UA-EDR",
"id": "22222222"
}
]
}

0 comments on commit 9b4ea1b

Please sign in to comment.