You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I make a code change, I have to quit the Django shell, restart it and reimport modules, reinitialize variables, etc. While the shell can execute code from a Python file, it would be nice to have a shell with an auto-reload option that can restart with the code changes while the imports and initializations remain intact.
Every time I make a code change, I have to quit the Django shell, restart it and reimport modules, reinitialize variables, etc. While the shell can execute code from a Python file, it would be nice to have a shell with an auto-reload option that can restart with the code changes while the imports and initializations remain intact.
The issue I'm talking about is described here: https://stackoverflow.com/questions/3772260/how-to-reload-modules-in-django-shell
The text was updated successfully, but these errors were encountered: