- Clean output, only outputs a summary of what that was done not stdout.
- Django 1.7 migrations support.
- Locking. Deployments are locked by the git name of the machine that runs deploy
- Use instance parameter on deploy task: `fab deploy:prod`
- Notifications mixins: Built in support for IRC, Slack, HipChat.
- No-operation mode. Prints all commands instead of doing them.
- Tests, we test the output of noop against a predefined file with expected commands.
- Custom activation of server virtualenvironment on the server.
- No local activation of virtualenvironment, it is assumed that the environment is already active to run django-fabric.
- Check if the site is still returning 200 after deployment.
- Init script for basic setup.
- **Documentation on [django-fabric.readthedocs.org](http://django-fabric.readthedocs.org/)**
- Fix restart command of UwsgiApp
- Only run collectstatic if `STATIC_ROOT` is defined.