Open aboutaaron opened 9 years ago
Fabric doesn't support Python 3 which is a bummer. Invoke is there, but doesn't have Fabric's fabric.contrib.django module which is imperative for our deployment.
fabric.contrib.django
This will take over for #47. Basically, if you need to support Python 3, you'll need to do some custom work.
Fabric doesn't support Python 3 which is a bummer. Invoke is there, but doesn't have Fabric's
fabric.contrib.django
module which is imperative for our deployment.