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
Instead of running commands from the Django shell, you can set up a management command like so and rerun that each time.