Django学习——collectstatic错误

Posted wangshicheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Django学习——collectstatic错误相关的知识,希望对你有一定的参考价值。

Error fetching command ‘collectstatic‘: You‘re using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.
Command ‘collectstatic‘ skipped

 

去掉一斜杠

 

技术图片

 

 

 

Django学习——collectstatic错误

以上是关于Django学习——collectstatic错误的主要内容,如果未能解决你的问题,请参考以下文章

Django - manage.py collectstatic 保存到错误的文件夹

使用 Django 存储和 S3 在 collectstatic 上出现 MemcachedError

无法执行 collectstatic

Django-storages + boto + S3 collectstatic 的最小凭据

collectstatic 无法收集管理静态文件

Django:“collectstatic”也应该收集媒体文件吗?