本文介绍了相当于“rake rails:freeze:gems”的Django和“rake gems:unpack”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

是的。

  pip bundle 

意图实现相同。




Is there and equivalent in Django to Rails' freezing and unpacking mechanism to a vendor directory so that an application becomes self-contained?

解决方案

Yes.

pip bundle

intends to achieve the same.

http://pip.openplans.org/#bundles

这篇关于相当于“rake rails:freeze:gems”的Django和“rake gems:unpack”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 04:54