mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
readme improvements
This commit is contained in:
parent
af2c26efb0
commit
ab6be0d78c
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
|
@ -27,11 +27,11 @@ To install Rosetta:
|
|||
3. Add an URL entry to your project's ``urls.py``, for example:
|
||||
|
||||
|
||||
from django.conf import settings
|
||||
if 'rosetta' in settings.INSTALLED_APPS:
|
||||
urlpatterns += patterns('',
|
||||
url(r'^rosetta/', include('rosetta.urls')),
|
||||
)
|
||||
from django.conf import settings
|
||||
if 'rosetta' in settings.INSTALLED_APPS:
|
||||
urlpatterns += patterns('',
|
||||
url(r'^rosetta/', include('rosetta.urls')),
|
||||
)
|
||||
|
||||
|
||||
Note: you can use whatever you wish as the URL prefix.
|
||||
|
|
|
|||
Loading…
Reference in a new issue