eyp-developers / statistics

The platform to measure European Youth Parliament debates
https://stats.eyp.org
GNU General Public License v3.0
9 stars 2 forks source link

some views return an internal server error instead of a 404 #158

Open wolfskaempf opened 7 years ago

wolfskaempf commented 7 years ago

All views should use proper exception handling if the resource a user tries to access does not exist.

wolfskaempf commented 7 years ago

I realised #161 is essentially a duplicate issue.

Solution for most cases: use get_or_404() instead of get()