Pycharm don't update the code when i edit it
Answered
-
I am updating my code in pycharm and run it in the browser. After that i search in F12 and the code i just wrote isn't there.
- I am writing an simple line, like "console.log('test');" for make sure the pycharm get back to work. Also: doesn't print anyting in the console when i run it.
- I already tried Reload the page, restart the project, restart Pycharm and make all this things again in other orders.
- HTML codes are updating, i tried create an <span> tag with TEST in text, and work it.
And also this was working yesterday, with this same code.
Please sign in to leave a comment.
Have you tried to start the server from the command line to see if it has the same problem?
PyCharm does not reload server: it is done by Django itself.
I solved the problem, i had a script duplicated(code not file).
Thank you for the message! and i'm sorry for the lost time on me.