开发者

Django equivalent to "rake rails:freeze:gems" and "rake gems:unpack"

开发者 https://www.devze.com 2023-01-06 13:10 出处:网络
Is there and equivalent in Django to Rails\' freezing and unpacking mechanism to a vendor d开发者_高级运维irectory so that an application becomes self-contained?Yes.

Is there and equivalent in Django to Rails' freezing and unpacking mechanism to a vendor d开发者_高级运维irectory so that an application becomes self-contained?


Yes.

pip bundle

intends to achieve the same.

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

0

精彩评论

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