unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Reduce server errors #95

Closed somexpert closed 5 years ago

somexpert commented 5 years ago

ping @ldko, @madhulika95b, this is ready for review. The main point of this PR is to remove some easily-preventable server errors by using Django's handy get_object_or_404 function and in one case by updating a URL regex to only accept digits for one of it's captured groups.

somexpert commented 5 years ago

Oh yeah, this will resolve #93