mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-12 07:13:10 +00:00
Update README.rst
This commit is contained in:
parent
267818269d
commit
9a25babd20
1 changed files with 4 additions and 0 deletions
|
|
@ -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 <http://www.djangoproject.com/>`_ 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue