django-sunset is a Django app that makes working with Django settings in a team environment or a multi-server deployment a bit easier.The basic idea is that you separate your settings modules and based on the hostname of the machine you are running on, do...

read more

Web development can be a pain. HTML, CSS, Javascript, DOM; it's a few inches shy of bamboo under your fingernails. If you have a large application with a few people working on it can get even worse.django-skylark is a Django app that attempts to make some...

read more
jig

jig 0.1.8

jig is a command-line tool and framework for getting more from the Git pre-commit hook.What is the Git pre-commit hook? It's a small script that Git automatically runs right before you commit.InstallationThe Jig command line tool is written in Python, you...