Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WSGI 和 Apache 运行 Django 生产服务器。 我想知道collectstatic每次修改一个小静态文件时是否必须运行 a 。 有没有办法让 WSGI 或任何程序自动化这个过程?
collectstatic
我使用fabric来自动化部署,作为我运行collectstatic 的步骤之一。