mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-30 18:04:43 +00:00
reformatted README
This commit is contained in:
parent
81c94d7f95
commit
0de1a79166
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
*************
|
||||
|
|
|
|||
Loading…
Reference in a new issue