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

笑着哭i 提交于 2019-12-07 15:48:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!