I am running django simple server via manage.py runserver. With a client code I create a list of resources (approx 50 I would estimate). Occasionally (apparently random) the server restarts itself for no apparent reason, like when a .py file has been modified, and the client code dies (but this is another story). The operations happen on the MySQL backend, so no .py file is modified during the creation of resources, therefore I cannot really explain the reason behind the restart.
Does anybody has a clue, or can give me hints to find the reason behind this annoying behavior ?