问题
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
来源:https://stackoverflow.com/questions/3180370/django-equivalent-to-rake-railsfreezegems-and-rake-gemsunpack