在用django框架引入bootstrap本地文件时报错:
Refused to apply style from 'http://127.0.0.1:8800/app01/static/plugins/bootstrap-3.3.7-dist/css/bootstrap.min.css' because its MIME type ('text/html') is not a supported stylesheet MIME type
解决方法:
在引入css语句上面的地方加上:
<base href="/">