Hello,
I work in the django IPython-shell, which can be started with manage.py shell
.
When i load an extern function in the shell for testing, everything is alright. But when i make changes to the function, the shell still has the old version of the function. Even if i make a new import.
Does anyone know how to reload the actual version of the function?
Thanks in regards!
Edit: I use windows - if that makes a difference.