Debugging Django templates doesn't work anymore after SDK update
After upgrading to the latest Google App Engine SDK (1.7.6) I no longer have the ability to debug templates. My breakpoints are ignored and I get the following message in my console:
I double checked and my settings.py still has TEMPLATE_DEBUG=True.
Anybody else experiencing the same??
WARNING: Template path is not available. Please set TEMPLATE_DEBUG=True in your settings.py to make django template breakpoints working
I double checked and my settings.py still has TEMPLATE_DEBUG=True.
Anybody else experiencing the same??
1 条评论
排序方式
日期
投票数
Please file an issue at http://youtrack.jetbrains.com/
请先登录再写评论。