From 0ff4c7612d28036449edd4b2cf3b58ca1eded0f2 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 10 Aug 2015 10:34:50 +0200 Subject: [PATCH] Added a bus factor indicator. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 14ee2e1..6e45e06 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ django-configurations :alt: Build Status :target: https://travis-ci.org/jezdez/django-configurations +.. image:: https://img.shields.io/badge/bus%20factor-1-red.svg + :alt: bus factor 1 + :target: https://en.wikipedia.org/wiki/Bus_factor + django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notion of Django's module based settings loading with well established