From d24858b224a48250516aba1f95dfd61cfee498be Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Mon, 9 Nov 2020 17:02:33 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b8ab628..cd44bfb 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Rosetta :target: https://github.com/mbi/django-rosetta/blob/develop/LICENSE -Rosetta is a `Django `_ application that eases the translation process of your Django projects. +Rosetta is a `Django `_ application that facilitates 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.