mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-17 17:31:06 +00:00
updated docs
This commit is contained in:
parent
78c56b5cba
commit
d1930b75a0
2 changed files with 7 additions and 6 deletions
6
CHANGES
6
CHANGES
|
|
@ -1,5 +1,11 @@
|
|||
Version History
|
||||
===============
|
||||
|
||||
Version 0.7.14 (unreleased)
|
||||
---------------------------
|
||||
* Updated installation docs (PR #190, thanks @AuHau)
|
||||
|
||||
|
||||
Version 0.7.13
|
||||
--------------
|
||||
* Search in comments, too (PR #174, thanks @torchingloom)
|
||||
|
|
|
|||
|
|
@ -16,15 +16,10 @@ Install Rosetta
|
|||
from django.conf import settings
|
||||
|
||||
if 'rosetta' in settings.INSTALLED_APPS:
|
||||
urlpatterns += patterns('',
|
||||
url(r'^rosetta/', include('rosetta.urls')),
|
||||
)
|
||||
|
||||
# or in Django 1.10 and greater
|
||||
urlpatterns += [
|
||||
url(r'^rosetta/', include('rosetta.urls'))
|
||||
]
|
||||
|
||||
|
||||
|
||||
Note: you can use whatever you wish as the URL prefix.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue