rhazdon / django-sonic-screwdriver

Django Sonic Screwdriver is a collection of very useful commands and will make your life easier.

Home Page:https://pypi.python.org/pypi/django-sonic-screwdriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Sonic Screwdriver

Code Climate https://travis-ci.org/rhazdon/django-sonic-screwdriver.svg?branch=master

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

Installation

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',
  ...
)

To Do:

[x] git:add

[x] Secure production tagging

[ ] git:commit

[ ] Heroku Support

[ ] Deis Support

[ ] Docker and Vagrant blueprints

[ ] ...

About

Django Sonic Screwdriver is a collection of very useful commands and will make your life easier.

https://pypi.python.org/pypi/django-sonic-screwdriver

License:MIT License


Languages

Language:Python 98.5%Language:Makefile 1.1%Language:CSS 0.4%