开发者

Force re-collectstatic with django static?

开发者 https://www.devze.com 2023-04-10 13:23 出处:网络
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 ti开发者_JS百科me and nothing happen..

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 ti开发者_JS百科me and nothing happen..

Any idea?


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
0

精彩评论

暂无评论...
验证码 换一张
取 消