5 ms·
Fabric isn't part of Django. There is nothing specific about Django in Fabric. In fact, the vast majority of my deployments do not use Fabric.
by pydanny 13y ago
Fabric isn't part of Django. There is nothing specific about Django in Fabric. In fact, the vast majority of my deployments do not use Fabric.
- codonaut 13y agoDo you use something in place of Fabric?
- commixon 13y agoParamiko could be a good example i think...
- mixmastamyk 13y agoI was thinking something more like ansible. Of course I'm partial to my new pave project: https://bitbucket.org/mixmastamyk/pave https://bitbucket.org/mixmastamyk/pave It is based on fabric, and uses a yaml file to automate it.
- tutuca 13y agoNo, no, fabric uses paramiko as the ssh abstraction layer.
- kot-behemoth 13y agoI am aware of that, but I still consider it one of my favorite libraries, and thought it would be useful to mention that it's not yet py3k-ready. I can imagine quite a few people might depend on it. What are you using instead?