使用 django static 强制重新收集静态?

发布于 2024-12-08 09:18:46 字数 93 浏览 2 评论 0原文

我需要知道我是否可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

赠我空喜 2024-12-15 09:18:46

我来这里是为了看看是否可以在不输入“yes”的情况下重新收集静态。

最后我发现只需要添加 --no-input

python manage.py collectstatic --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

python manage.py collectstatic --no-input
空名 2024-12-15 09:18:46

这将清除静态目录中的当前文件,然后收集静态文件。

 python manage.py collectstatic --clear

This will clear current files in the static directory and then collect static.

 python manage.py collectstatic --clear
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文