问题描述:
在开发时将debug模式设置为true,但是当真正部署项目时,当页面出错,他会抛出代码配置,但是将debug模式设为false时,静态文件加载不了
解决办法:
在运行时输入命令为
python manage.py runserver --insecure
这样就可以访问静态资源了。