I am working with Django and use Django shell all the time. The annoying part is that while the Django server reloads on code changes, the shell does not, so every time I ma
It seems that the general consensus on this topic, is that python reload() sucks and there is no good way to do this.