PyCharm no longer reloads code when i make changes
This used to work but now, suddenly PyCharm won't reload the code anymore when i make changes and save the files.
The "no reload" option is not checked in the launch configuration.
Please sign in to leave a comment.
Hello Declan,
If you run your Django application under a debugger, or if you're using an
unpatched Django 1.3 installation, the --noreload option is set automatically
by PyCharm to ensure correct operation,
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I wasn't debugging.
I did recently upgrade to django 1.3 about two weeks ago.
I only noticed the reload not happening in the last few days.
What needs to be patched?
Hello Declan,
You need to apply this patch to your installation:
https://code.djangoproject.com/changeset/15911
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"