reformatted README

This commit is contained in:
Marco Bonetti 2015-02-10 10:01:22 +01:00
parent 81c94d7f95
commit 0de1a79166

View file

@ -40,6 +40,9 @@ To install Rosetta:
url(r'^rosetta/', include('rosetta.urls')),
)
Note: you can use whatever you wish as the URL prefix.
To uninstall Rosetta, simply comment out or remove the ``'rosetta'`` line in your ``INSTALLED_APPS``
Testing:
@ -47,10 +50,6 @@ Testing:
``pip install tox && tox``
Note: you can use whatever you wish as the URL prefix.
To uninstall Rosetta, simply comment out or remove the ``'rosetta'`` line in your ``INSTALLED_APPS``
*************
Configuration
*************