Django-fabric

Latest version: v2.1.0

Safety actively analyzes 613631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0

- 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.

1.5

Support for different requirements files for different instances. Thanks to haeric

1.4

- **Strict mode** - Abort deployment if tests fail
- Support custom commands for loaddata and dumpdata in clone_data

1.3

Added clone_prod_data thanks to frecar

1.2

- Add `translate()` to app

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.