Open wolfskaempf opened 7 years ago
All views should use proper exception handling if the resource a user tries to access does not exist.
I realised #161 is essentially a duplicate issue.
Solution for most cases: use get_or_404() instead of get()
use get_or_404()
get()
All views should use proper exception handling if the resource a user tries to access does not exist.