Django Sonic Screwdriver is a collection of very useful commands and will make your life easier.
The versioning tool fully supports PEP 0440 <https://www.python.org/dev/peps/pep-0440/>.
You can download the latest version from the Python Package Index PyPI.
$ pip install django-sonic-screwdriver
Add the package to your settings.py:
INSTALLED_APPS = (
...
'django_sonic_screwdriver',
...
)
[x] git:add
[x] Secure production tagging
[ ] git:commit
[ ] Heroku Support
[ ] Deis Support
[ ] Docker and Vagrant blueprints
[ ] ...