Update README.rst

This commit is contained in:
Marco Bonetti 2020-11-09 17:02:33 +01:00 committed by GitHub
parent e0d66d1ce2
commit d24858b224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Rosetta
:target: https://github.com/mbi/django-rosetta/blob/develop/LICENSE
Rosetta is a `Django <http://www.djangoproject.com/>`_ application that eases the translation process of your Django projects.
Rosetta is a `Django <http://www.djangoproject.com/>`_ 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.