ResEnv / chain-api

RESTful sensor API
MIT License
39 stars 16 forks source link

Catch DoesNotExist exception and return as 404 instead of 500 #52

Closed kkleidal closed 9 years ago

kkleidal commented 9 years ago

Fixes issue #36 . When a non-existant site resource is requested, the DoesNotExist django exception will no longer result in a 500; it will be properly reflected as a 404.