From 9a25babd20d909790e0526f44ce45652b64e4cd1 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Tue, 10 Feb 2015 10:12:20 +0100 Subject: [PATCH] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index eca906e..fb42d53 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ Rosetta ======= +.. image:: https://travis-ci.org/mbi/django-rosetta.png?branch=develop + :target: http://travis-ci.org/mbi/django-rosetta + + Rosetta is a `Django `_ application that eases the translation process of your Django projects. Because it doesn't export any models, Rosetta doesn't create any tables in your project's database. Rosetta can be installed and uninstalled by simply adding and removing a single entry in your project's `INSTALLED_APPS` and a single line in your main ``urls.py`` file.