会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TOP
坨之歌
The Bird of the Termes is my name, eating my wings to make me tame. v: zxyt745206110
首页
联系
订阅
管理
2019年3月19日
django 报错 : django.core.exceptions.ImproperlyConfigured: The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting
摘要: 错误原因有可能是在settings中静态文件目录设置的有问题 STATIC_ROOT=os.path.join(BASE_DIR,"static/")#错误 STATIC_ROOT=os.path.join(BASE_DIR,"/static/")#正确
阅读全文
posted @ 2019-03-19 21:43 羊驼之歌
阅读(3907)
评论(1)
推荐(2)
公告