Fix displaying of messages in Vue frontend
Django messages (that are send i. e. when creating a person) are not displayed properly in the new frontend. This is due to them being queried every second and the Django get_messages
method marking messages as read (and therefore not sending them) on every iteration.
Edited by Hangzhi Yu