csm-adapt / sagittariidae

Data and file management interface.
0 stars 1 forks source link

Wrap project retrieval in a method. #6

Closed sinistral closed 8 years ago

sinistral commented 8 years ago

Sharing the implementation reduces boilerplate by allowing the query filtering and 404 handling to be done in one place.

The custom NotFound exception has also been replaced with Flask's own abort function.