don't increment room changes if debug is true
To prevent students from circumventing privacy controls, they are limited as to the number of times they can change their room per semester. However, this restriction is cumbersome if you are testing out forms. Therefore, in the form_valid method of the UpdateStudent view, modify times_changed_room to only increment if DEBUG in the Django settings is False.