Django equivalent to “rake rails:freeze:gems” and

2019-05-10 22:45发布

问题:

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

回答1:

Yes.

pip bundle

intends to achieve the same.

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