openknowledge-archive / dpr-api

DEPRECATED - Data Package Registry API and Frontend
http://frictionlessdata.io/
MIT License
7 stars 6 forks source link

Introduce flask marshmallow #380

Closed zelima closed 7 years ago

zelima commented 7 years ago

Note: 1st commit instantiates schemas separately for each model, but in 3rd commit they are moved to one place. Why? - that is the proper way to instantiates marshmallow. Plus cleaner code, less imports, cleaner tests

refs #376