Merge pull request #906 from alphagov/dvla-orgs

add DVLA organisations to API
This commit is contained in:
Leo Hemsted
2017-04-20 17:41:27 +01:00
committed by GitHub
14 changed files with 199 additions and 79 deletions

View File

@@ -0,0 +1,5 @@
from app.models import DVLAOrganisation
def dao_get_dvla_organisations():
return DVLAOrganisation.query.all()