kopia lustrzana https://github.com/wagtail/wagtail
Django urlpattens no longer support common prefixes
rodzic
55eaa0c137
commit
d4165f0d40
|
@ -89,7 +89,7 @@ This feature is enabled through the project's root URL configuration. Just put t
|
|||
]
|
||||
|
||||
|
||||
urlpatterns += i18n_patterns('',
|
||||
urlpatterns += i18n_patterns(
|
||||
# These URLs will have /<language_code>/ appended to the beginning
|
||||
|
||||
url(r'^search/$', 'search.views.search', name='search'),
|
||||
|
|
Ładowanie…
Reference in New Issue