django 错误分类及解决办法汇总

问题1:启动服务器后浏览器无法访问http://localhost:8000,访问被拒绝

解决办法:原因是没有开启IIS服务所致,解决方法参考http://jingyan.baidu.com/article/219f4bf723bcb2de442d38ed.html

 

问题2:TabError: inconsistent use of tabs and spaces in indentation

tab和空格混用所致,例如:

解决办法:搜索\t,替换为'    ':

posted @ 2016-07-05 23:32  垄上行  阅读(509)  评论(0编辑  收藏  举报