From 7ae76e475d48de7b2bdd897ee057286596776325 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Thu, 21 May 2015 11:48:49 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9675aec..e462a98 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![PyPi downloads](https://pypip.in/d/lazyconf/badge.png)](https://crate.io/packages/lazyconf/) # lazyconf + +[![Join the chat at https://gitter.im/fmd/lazyconf](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fmd/lazyconf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) lazyconf is an insultingly simple tool for configuring python applications. Use lazyconf to keep all of your app's configuration out of version control. See the django-base example for an example of how to use lazyconf.