Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh Auto Reload django-shell with imports and variables on code change #75

Open
NXPY123 opened this issue Jan 16, 2024 · 0 comments

Comments

@NXPY123
Copy link

NXPY123 commented Jan 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant