From 0b9d11dbfda3997c56c2e136298414852a79be95 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Jun 2012 11:33:59 -0400 Subject: [PATCH] travis status --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index d00d207..e2c744b 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ DJ-Database-URL ~~~~~~~~~~~~~~ +.. image:: https://secure.travis-ci.org/kennethreitz/dj_database_url.png?branch=master + This simple Django utility allows you to utilize the `12factor `_ inspired ``DATABASE_URL`` environment variable to configure your Django application.