From 5a892d0f63535d05c3b5307fc9a26b5a4dd7a0d1 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Thu, 16 Jun 2011 11:43:43 +0200 Subject: [PATCH] readme improvements --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d5c118..5184f30 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Rosetta ======= -Rosetta is a `Django ` application that eases the translation process of your Django projects. +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.