Debug javascript in html file
There's probably a simple solution to this which, being new to python, PyCharm and Django I'm just missing...
I want to debug some javascript in a Django template under debian wheezy.
I couldn't get it to work with Iceweasel, so I installed Chromium and its JetBrains extension. But I still can't get it to work. When I try to debug the html file, Chromium launches, the url is localhost:8000/<template name>, but nothing is displayed.
Meanwhile, back in PyCharm there's this message:
GET http://localhost:8000/login net::ERR_CONNECTION_REFUSED
Can someone explain to me what I'm doing wrong? Thanx.
I want to debug some javascript in a Django template under debian wheezy.
I couldn't get it to work with Iceweasel, so I installed Chromium and its JetBrains extension. But I still can't get it to work. When I try to debug the html file, Chromium launches, the url is localhost:8000/<template name>, but nothing is displayed.
Meanwhile, back in PyCharm there's this message:
GET http://localhost:8000/login net::ERR_CONNECTION_REFUSED
Can someone explain to me what I'm doing wrong? Thanx.
请先登录再写评论。