使用 django static 强制重新收集静态?
我需要知道我是否可以使用 django static“重新收集静态文件”?,因为错误,我现在删除了静态目录,我再次尝试收集静态,但什么也没发生..
知道吗?
I need to know if I can "re-collectstatic files" with django static?, for error I deleted a static directory now, I'm trying collectstatic one more time and nothing happen..
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我来这里是为了看看是否可以在不输入“yes”的情况下重新收集静态。
最后我发现只需要添加
--no-input
I come here to see whether I can re-collectstatic without type 'yes'.
Finally, I find it just have to add
--no-input
这将清除静态目录中的当前文件,然后收集静态文件。
This will clear current files in the static directory and then collect static.