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.
在 django 中做 collectstatic 的必要性是什么?为什么我不能只将文件复制到静态文件夹并让我的服务器引用该文件夹?为什么这不起作用?
方便?您可以手动复制静态文件,这样做没有问题,但是当您有多个不同的文件夹存储静态文件并且您正在部署到生产服务器时,单独访问每个文件夹会更加麻烦并复制它们,而不是collectstatic作为自动化任务运行并为您完成工作。
collectstatic